Builder
Properties
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.
Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are 2.10
, 2.12
, and 2.15
.
The Lustre configuration for the file system being created.
The OpenZFS configuration for the file system that's being created.
A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem
requests.
Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB). Valid values are from 64 GiB up to 524,288 GiB (512 TiB). However, the value that you specify must be equal to or greater than the backup's storage capacity value. If you don't use the StorageCapacity
parameter, the default is the backup's StorageCapacity
value.
Sets the storage type for the Windows, OpenZFS, or Lustre file system that you're creating from a backup. Valid values are SSD
, HDD
, and INTELLIGENT_TIERING
.
Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1
file system 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
property.
The configuration for this Microsoft Windows file system.
Functions
construct an aws.sdk.kotlin.services.fsx.model.CreateFileSystemLustreConfiguration inside the given block
construct an aws.sdk.kotlin.services.fsx.model.CreateFileSystemOpenZfsConfiguration inside the given block
construct an aws.sdk.kotlin.services.fsx.model.CreateFileSystemWindowsConfiguration inside the given block