@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)
21 lines (20 loc) • 978 B
TypeScript
export declare const DataRepositoryAssociationEventType: {
readonly New: "NEW";
readonly Changed: "CHANGED";
readonly Deleted: "DELETED";
};
export type DataRepositoryAssociationEventType = (typeof DataRepositoryAssociationEventType)[keyof typeof DataRepositoryAssociationEventType];
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";
};
/**
* The type of Amazon FSx volume that the S3 access point is attached to.
*/
export type S3AccessPointAttachmentType = (typeof S3AccessPointAttachmentType)[keyof typeof S3AccessPointAttachmentType];