Builder

class Builder

Properties

Link copied to clipboard

A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

Link copied to clipboard

The type of Amazon FSx file system to create. Valid values are WINDOWS, LUSTRE, ONTAP, and OPENZFS.

Link copied to clipboard

For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10, 2.12, and 2.15:

Link copied to clipboard

Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on Amazon FSx file systems, as follows:

Link copied to clipboard

The Lustre configuration for the file system being created.

Link copied to clipboard

The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.

Link copied to clipboard

The OpenZFS configuration for the file system that's being created.

Link copied to clipboard

A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.

Link copied to clipboard

Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).

Link copied to clipboard

Sets the storage class for the file system that you're creating. Valid values are SSD, HDD, and INTELLIGENT_TIERING.

Link copied to clipboard

Specifies the IDs of the subnets that the file system will be accessible from. For Windows and ONTAP MULTI_AZ_1 deployment types,provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID or OntapConfiguration > PreferredSubnetID properties. For more information about Multi-AZ file system configuration, see Availability and durability: Single-AZ and Multi-AZ file systems in the Amazon FSx for Windows User Guide and Availability and durability in the Amazon FSx for ONTAP User Guide.

Link copied to clipboard
var tags: List<Tag>?

The tags to apply to the file system that's being created. The key value of the Name tag appears in the console as the file system name.

Link copied to clipboard

The Microsoft Windows configuration for the file system that's being created.

Functions