01README
AWS FSX infrastructure models
02Models
@swamp/aws/fsx/data-repository-associationv2026.04.23.2data_repository_association.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| FileSystemId | string | The globally unique ID of the file system, assigned by Amazon FSx. |
| FileSystemPath | 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. |
| DataRepositoryPath | string | 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? | number | 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. |
| Tags? | array | A list of Tag values, with a maximum of 50 elements. |
fn create()
Create a FSx DataRepositoryAssociation
fn get(identifier: string)
Get a FSx DataRepositoryAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FSx DataRepositoryAssociation |
fn update()
Update a FSx DataRepositoryAssociation
fn delete(identifier: string)
Delete a FSx DataRepositoryAssociation
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FSx DataRepositoryAssociation |
fn sync()
Sync FSx DataRepositoryAssociation state from AWS
Resources
state(infinite)— FSx DataRepositoryAssociation resource state
@swamp/aws/fsx/s3access-point-attachmentv2026.04.23.2s3access_point_attachment.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| Name | string | The name of the S3 access point attachment; also used for the name of the S3 access point. |
| Type | enum | The type of Amazon FSx volume that the S3 access point is attached to. |
| OntapConfiguration? | object | The OntapConfiguration of the S3 access point attachment. |
| OpenZFSConfiguration? | object | The OpenZFSConfiguration of the S3 access point attachment. |
| S3AccessPoint? | object | The S3 access point configuration of the S3 access point attachment. |
fn create()
Create a FSx S3AccessPointAttachment
fn get(identifier: string)
Get a FSx S3AccessPointAttachment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FSx S3AccessPointAttachment |
fn delete(identifier: string)
Delete a FSx S3AccessPointAttachment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FSx S3AccessPointAttachment |
fn sync()
Sync FSx S3AccessPointAttachment state from AWS
Resources
state(infinite)— FSx S3AccessPointAttachment resource state
03Previous Versions
2026.04.23.2Apr 23, 2026
- Updated: data_repository_association, s3access_point_attachment
2026.04.08.1Apr 8, 2026
- Updated: s3access_point_attachment
2026.04.03.2Apr 3, 2026
- Updated: data_repository_association, s3access_point_attachment
2026.03.19.1Mar 19, 2026
- Updated: data_repository_association, s3access_point_attachment
2026.03.16.1Mar 16, 2026
- Updated: data_repository_association, s3access_point_attachment
2026.03.10.5Mar 10, 2026
04Stats
A
100 / 100
Downloads
0
Archive size
395.4 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels