Class: Aws::FSx::Types::UpdateDataRepositoryAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateDataRepositoryAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the data repository association that you are updating.
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
-
#imported_file_chunk_size ⇒ Integer
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk.
-
#s3 ⇒ Types::S3DataRepositoryConfiguration
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.
Instance Attribute Details
#association_id ⇒ String
The ID of the data repository association that you are updating.
8694 8695 8696 8697 8698 8699 8700 8701 |
# File 'lib/aws-sdk-fsx/types.rb', line 8694 class UpdateDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :imported_file_chunk_size, :s3) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
8694 8695 8696 8697 8698 8699 8700 8701 |
# File 'lib/aws-sdk-fsx/types.rb', line 8694 class UpdateDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :imported_file_chunk_size, :s3) SENSITIVE = [] include Aws::Structure end |
#imported_file_chunk_size ⇒ Integer
For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.
The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.
8694 8695 8696 8697 8698 8699 8700 8701 |
# File 'lib/aws-sdk-fsx/types.rb', line 8694 class UpdateDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :imported_file_chunk_size, :s3) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3DataRepositoryConfiguration
The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.
8694 8695 8696 8697 8698 8699 8700 8701 |
# File 'lib/aws-sdk-fsx/types.rb', line 8694 class UpdateDataRepositoryAssociationRequest < Struct.new( :association_id, :client_request_token, :imported_file_chunk_size, :s3) SENSITIVE = [] include Aws::Structure end |