@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)
19 lines (18 loc) • 812 B
TypeScript
export declare const ConfigurationManagerStatus: {
readonly Initializing: "INITIALIZING";
readonly Deploying: "DEPLOYING";
readonly Succeeded: "SUCCEEDED";
readonly Deleting: "DELETING";
readonly Stopping: "STOPPING";
readonly Failed: "FAILED";
readonly Stopped: "STOPPED";
readonly DeleteFailed: "DELETE_FAILED";
readonly StopFailed: "STOP_FAILED";
readonly None: "NONE";
};
export type ConfigurationManagerStatus = (typeof ConfigurationManagerStatus)[keyof typeof ConfigurationManagerStatus];
export declare const ConfigurationManagerStatusType: {
readonly Deployment: "Deployment";
readonly AsyncExecutions: "AsyncExecutions";
};
export type ConfigurationManagerStatusType = (typeof ConfigurationManagerStatusType)[keyof typeof ConfigurationManagerStatusType];