UNPKG

@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)

42 lines (41 loc) 1.91 kB
export declare const DataRepositoryAssociationEventType: { readonly New: "NEW"; readonly Changed: "CHANGED"; readonly Deleted: "DELETED"; }; export type DataRepositoryAssociationEventType = (typeof DataRepositoryAssociationEventType)[keyof typeof DataRepositoryAssociationEventType]; export declare const S3AccessPointAttachmentLifecycle: { readonly Available: "AVAILABLE"; readonly Creating: "CREATING"; readonly Deleting: "DELETING"; readonly Failed: "FAILED"; readonly Misconfigured: "MISCONFIGURED"; readonly Updating: "UPDATING"; }; /** * The lifecycle status of the S3 access point attachment. */ export type S3AccessPointAttachmentLifecycle = (typeof S3AccessPointAttachmentLifecycle)[keyof typeof S3AccessPointAttachmentLifecycle]; export declare const S3AccessPointAttachmentOntapFileSystemIdentityType: { readonly Unix: "UNIX"; readonly Windows: "WINDOWS"; }; /** * Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS. */ export type S3AccessPointAttachmentOntapFileSystemIdentityType = (typeof S3AccessPointAttachmentOntapFileSystemIdentityType)[keyof typeof S3AccessPointAttachmentOntapFileSystemIdentityType]; export declare const S3AccessPointAttachmentOpenZfsFileSystemIdentityType: { readonly Posix: "POSIX"; }; /** * Specifies the FSx for OpenZFS user identity type, accepts only POSIX. */ export type S3AccessPointAttachmentOpenZfsFileSystemIdentityType = (typeof S3AccessPointAttachmentOpenZfsFileSystemIdentityType)[keyof typeof S3AccessPointAttachmentOpenZfsFileSystemIdentityType]; export declare const S3AccessPointAttachmentType: { readonly Openzfs: "OPENZFS"; readonly Ontap: "ONTAP"; }; /** * The type of Amazon FSx volume that the S3 access point is attached to. */ export type S3AccessPointAttachmentType = (typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];