Class: Aws::DataSync::Types::CreateLocationFsxLustreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateLocationFsxLustreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fsx_filesystem_arn ⇒ String
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
-
#security_group_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
-
#subdirectory ⇒ String
A subdirectory in the location’s path.
-
#tags ⇒ Array<Types::TagListEntry>
The key-value pair that represents a tag that you want to add to the resource.
Instance Attribute Details
#fsx_filesystem_arn ⇒ String
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-datasync/types.rb', line 507 class CreateLocationFsxLustreRequest < Struct.new( :fsx_filesystem_arn, :security_group_arns, :subdirectory, :tags) SENSITIVE = [] include Aws::Structure end |
#security_group_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-datasync/types.rb', line 507 class CreateLocationFsxLustreRequest < Struct.new( :fsx_filesystem_arn, :security_group_arns, :subdirectory, :tags) SENSITIVE = [] include Aws::Structure end |
#subdirectory ⇒ String
A subdirectory in the location’s path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.
507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-datasync/types.rb', line 507 class CreateLocationFsxLustreRequest < Struct.new( :fsx_filesystem_arn, :security_group_arns, :subdirectory, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::TagListEntry>
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
507 508 509 510 511 512 513 514 |
# File 'lib/aws-sdk-datasync/types.rb', line 507 class CreateLocationFsxLustreRequest < Struct.new( :fsx_filesystem_arn, :security_group_arns, :subdirectory, :tags) SENSITIVE = [] include Aws::Structure end |