@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)
11 lines (10 loc) • 502 B
TypeScript
export declare const WorkflowEncryptionConfigurationType: {
readonly AwsManagedKey: "AWS_MANAGED_KEY";
readonly CustomerManagedKey: "CUSTOMER_MANAGED_KEY";
};
export type WorkflowEncryptionConfigurationType = (typeof WorkflowEncryptionConfigurationType)[keyof typeof WorkflowEncryptionConfigurationType];
export declare const WorkflowStatus: {
readonly Ready: "READY";
readonly Deleting: "DELETING";
};
export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus];