class Aws::EFS::Types::CreateMountTargetRequest
@note When making an API call, you may pass CreateMountTargetRequest
data as a hash: { file_system_id: "FileSystemId", # required subnet_id: "SubnetId", # required ip_address: "IpAddress", security_groups: ["SecurityGroup"], }
@!attribute [rw] file_system_id
The ID of the file system for which to create the mount target. @return [String]
@!attribute [rw] subnet_id
The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes, use the subnet that is associated with the file system's Availability Zone. @return [String]
@!attribute [rw] ip_address
Valid IPv4 address within the address range of the specified subnet. @return [String]
@!attribute [rw] security_groups
Up to five VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as subnet specified. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/CreateMountTargetRequest AWS API Documentation
Constants
- SENSITIVE