Class: Aws::FSx::Types::UpdateDataRepositoryAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the data repository association that you are updating.

Returns:

  • (String)


8197
8198
8199
8200
8201
8202
8203
8204
# File 'lib/aws-sdk-fsx/types.rb', line 8197

class UpdateDataRepositoryAssociationRequest < Struct.new(
  :association_id,
  :client_request_token,
  :imported_file_chunk_size,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

(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.

Returns:

  • (String)


8197
8198
8199
8200
8201
8202
8203
8204
# File 'lib/aws-sdk-fsx/types.rb', line 8197

class UpdateDataRepositoryAssociationRequest < Struct.new(
  :association_id,
  :client_request_token,
  :imported_file_chunk_size,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#imported_file_chunk_sizeInteger

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.

Returns:

  • (Integer)


8197
8198
8199
8200
8201
8202
8203
8204
# File 'lib/aws-sdk-fsx/types.rb', line 8197

class UpdateDataRepositoryAssociationRequest < Struct.new(
  :association_id,
  :client_request_token,
  :imported_file_chunk_size,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::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.



8197
8198
8199
8200
8201
8202
8203
8204
# File 'lib/aws-sdk-fsx/types.rb', line 8197

class UpdateDataRepositoryAssociationRequest < Struct.new(
  :association_id,
  :client_request_token,
  :imported_file_chunk_size,
  :s3)
  SENSITIVE = []
  include Aws::Structure
end