@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 • 1.24 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.MountTargetStatus = exports.MountTargetIpAddressType = exports.FileSystemStatus = exports.FileSystemImportDataRuleTrigger = exports.AccessPointStatus = void 0;
exports.AccessPointStatus = {
Available: "available",
Creating: "creating",
Updating: "updating",
Deleting: "deleting",
Deleted: "deleted",
Error: "error",
};
exports.FileSystemImportDataRuleTrigger = {
OnDirectoryFirstAccess: "ON_DIRECTORY_FIRST_ACCESS",
OnFileAccess: "ON_FILE_ACCESS",
};
exports.FileSystemStatus = {
Creating: "creating",
Available: "available",
Updating: "updating",
Deleting: "deleting",
Deleted: "deleted",
Error: "error",
};
exports.MountTargetIpAddressType = {
Ipv4Only: "IPV4_ONLY",
Ipv6Only: "IPV6_ONLY",
DualStack: "DUAL_STACK",
};
exports.MountTargetStatus = {
Available: "available",
Creating: "creating",
Updating: "updating",
Deleting: "deleting",
Deleted: "deleted",
Error: "error",
};
//# sourceMappingURL=index.js.map