@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)
34 lines (33 loc) • 1.38 kB
TypeScript
export declare const NamespaceLogExport: {
readonly Useractivitylog: "useractivitylog";
readonly Userlog: "userlog";
readonly Connectionlog: "connectionlog";
};
export type NamespaceLogExport = (typeof NamespaceLogExport)[keyof typeof NamespaceLogExport];
export declare const NamespaceStatus: {
readonly Available: "AVAILABLE";
readonly Modifying: "MODIFYING";
readonly Deleting: "DELETING";
};
export type NamespaceStatus = (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
export declare const SnapshotStatus: {
readonly Available: "AVAILABLE";
readonly Creating: "CREATING";
readonly Deleted: "DELETED";
readonly Cancelled: "CANCELLED";
readonly Failed: "FAILED";
readonly Copying: "COPYING";
};
export type SnapshotStatus = (typeof SnapshotStatus)[keyof typeof SnapshotStatus];
export declare const WorkgroupPerformanceTargetStatus: {
readonly Enabled: "ENABLED";
readonly Disabled: "DISABLED";
};
export type WorkgroupPerformanceTargetStatus = (typeof WorkgroupPerformanceTargetStatus)[keyof typeof WorkgroupPerformanceTargetStatus];
export declare const WorkgroupStatus: {
readonly Creating: "CREATING";
readonly Available: "AVAILABLE";
readonly Modifying: "MODIFYING";
readonly Deleting: "DELETING";
};
export type WorkgroupStatus = (typeof WorkgroupStatus)[keyof typeof WorkgroupStatus];