Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-fsx-datarepositoryassociation.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::FSx::DataRepositoryAssociation. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-fsx.git

Properties

FileSystemId string | Aws_CF_FunctionString required

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

FileSystemPath string | Aws_CF_FunctionString required

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.

DataRepositoryPath string | Aws_CF_FunctionString required

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.

BatchImportMetaDataOnCreate boolean

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.

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

S3 object

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.

2 nested properties
AutoImportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

1 nested properties
Events EventType[] required
maxItems=3uniqueItems=true
AutoExportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

1 nested properties
Events EventType[] required
maxItems=3uniqueItems=true
Tags Tag[]

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

Definitions

EventType string | Aws_CF_FunctionString
EventTypes EventType[]
AutoImportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

Events EventType[] required
maxItems=3uniqueItems=true
AutoExportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

Events EventType[] required
maxItems=3uniqueItems=true
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

S3 object

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.

AutoImportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

1 nested properties
Events EventType[] required
maxItems=3uniqueItems=true
AutoExportPolicy object

Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

1 nested properties
Events EventType[] required
maxItems=3uniqueItems=true