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)

30 lines (29 loc) 1.42 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 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];