@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)
39 lines (38 loc) • 1.6 kB
TypeScript
export declare const AccessPointStatus: {
readonly Available: "available";
readonly Creating: "creating";
readonly Updating: "updating";
readonly Deleting: "deleting";
readonly Deleted: "deleted";
readonly Error: "error";
};
export type AccessPointStatus = (typeof AccessPointStatus)[keyof typeof AccessPointStatus];
export declare const FileSystemImportDataRuleTrigger: {
readonly OnDirectoryFirstAccess: "ON_DIRECTORY_FIRST_ACCESS";
readonly OnFileAccess: "ON_FILE_ACCESS";
};
export type FileSystemImportDataRuleTrigger = (typeof FileSystemImportDataRuleTrigger)[keyof typeof FileSystemImportDataRuleTrigger];
export declare const FileSystemStatus: {
readonly Creating: "creating";
readonly Available: "available";
readonly Updating: "updating";
readonly Deleting: "deleting";
readonly Deleted: "deleted";
readonly Error: "error";
};
export type FileSystemStatus = (typeof FileSystemStatus)[keyof typeof FileSystemStatus];
export declare const MountTargetIpAddressType: {
readonly Ipv4Only: "IPV4_ONLY";
readonly Ipv6Only: "IPV6_ONLY";
readonly DualStack: "DUAL_STACK";
};
export type MountTargetIpAddressType = (typeof MountTargetIpAddressType)[keyof typeof MountTargetIpAddressType];
export declare const MountTargetStatus: {
readonly Available: "available";
readonly Creating: "creating";
readonly Updating: "updating";
readonly Deleting: "deleting";
readonly Deleted: "deleted";
readonly Error: "error";
};
export type MountTargetStatus = (typeof MountTargetStatus)[keyof typeof MountTargetStatus];