| Modifier and Type | Method and Description |
|---|---|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.batchImportMetaDataOnCreate(Boolean batchImportMetaDataOnCreate)
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.batchImportMetaDataOnCreate(IResolvable batchImportMetaDataOnCreate)
A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created.
|
static CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.create(Construct scope,
String id) |
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.dataRepositoryPath(String dataRepositoryPath)
The path to the data repository that will be linked to the cache or file system.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.fileSystemId(String fileSystemId)
`AWS::FSx::DataRepositoryAssociation.FileSystemId`.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.fileSystemPath(String fileSystemPath)
A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as `/ns1/` ) or subdirectory (such as `/ns1/subdir/` ) that will be mapped 1-1 with `DataRepositoryPath` .
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.importedFileChunkSize(Number importedFileChunkSize)
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.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.s3(CfnDataRepositoryAssociation.S3Property s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.s3(IResolvable s3)
The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.
|
CfnDataRepositoryAssociation.Builder |
CfnDataRepositoryAssociation.Builder.tags(List<? extends CfnTag> tags)
`AWS::FSx::DataRepositoryAssociation.Tags`.
|
Copyright © 2022. All rights reserved.