@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
15 lines (14 loc) • 780 B
TypeScript
export declare const EnvironmentAccountConnectionStatus: {
readonly Pending: "PENDING";
readonly Connected: "CONNECTED";
readonly Rejected: "REJECTED";
};
export type EnvironmentAccountConnectionStatus = (typeof EnvironmentAccountConnectionStatus)[keyof typeof EnvironmentAccountConnectionStatus];
export declare const EnvironmentTemplateProvisioning: {
readonly CustomerManaged: "CUSTOMER_MANAGED";
};
export type EnvironmentTemplateProvisioning = (typeof EnvironmentTemplateProvisioning)[keyof typeof EnvironmentTemplateProvisioning];
export declare const ServiceTemplateProvisioning: {
readonly CustomerManaged: "CUSTOMER_MANAGED";
};
export type ServiceTemplateProvisioning = (typeof ServiceTemplateProvisioning)[keyof typeof ServiceTemplateProvisioning];