DataRepositoryAssociation

class DataRepositoryAssociation : KotlinCustomResource

Resource Type definition for AWS::FSx::DataRepositoryAssociation

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val associationId: Output<String>

The system-generated, unique ID of the data repository association.

Link copied to clipboard

A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.

Link copied to clipboard

The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

Link copied to clipboard
val fileSystemId: Output<String>

The globally unique ID of the file system, assigned by Amazon FSx.

Link copied to clipboard
val fileSystemPath: Output<String>

This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceArn: Output<String>

The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

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.

Link copied to clipboard

A list of Tag values, with a maximum of 50 elements.

Link copied to clipboard
val urn: Output<String>