View source: R/fsx_operations.R
fsx_create_file_system | R Documentation |
Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the create_file_system
API operation:
See https://www.paws-r-sdk.com/docs/fsx_create_file_system/ for full documentation.
fsx_create_file_system(
ClientRequestToken = NULL,
FileSystemType,
StorageCapacity,
StorageType = NULL,
SubnetIds,
SecurityGroupIds = NULL,
Tags = NULL,
KmsKeyId = NULL,
WindowsConfiguration = NULL,
LustreConfiguration = NULL,
OntapConfiguration = NULL,
FileSystemTypeVersion = NULL,
OpenZFSConfiguration = NULL
)
ClientRequestToken |
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. |
FileSystemType |
[required] The type of Amazon FSx file system to create. Valid values are
|
StorageCapacity |
[required] Sets the storage capacity of the file system that you're creating, in gibibytes (GiB). FSx for Lustre file systems - The amount of storage capacity that
you can configure depends on the value that you set for
FSx for ONTAP file systems - The amount of storage capacity that you
can configure depends on the value of the FSx for OpenZFS file systems - The amount of storage capacity that you can configure is from 64 GiB up to 524,288 GiB (512 TiB). FSx for Windows File Server file systems - The amount of storage
capacity that you can configure depends on the value that you set for
|
StorageType |
Sets the storage type for the file system that you're creating. Valid
values are
Default value is |
SubnetIds |
[required] Specifies the IDs of the subnets that the file system will be accessible
from. For Windows and ONTAP For Windows |
SecurityGroupIds |
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. You must specify a security group if you are creating a Multi-AZ FSx for ONTAP file system in a VPC subnet that has been shared with you. |
Tags |
The tags to apply to the file system that's being created. The key value
of the |
KmsKeyId |
|
WindowsConfiguration |
The Microsoft Windows configuration for the file system that's being created. |
LustreConfiguration |
|
OntapConfiguration |
|
FileSystemTypeVersion |
For FSx for Lustre file systems, sets the Lustre version for the file
system that you're creating. Valid values are
Default value is
|
OpenZFSConfiguration |
The OpenZFS configuration for the file system that's being created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.