Uses of Class
software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociation.Builder
Packages that use CfnDataRepositoryAssociation.Builder
-
Uses of CfnDataRepositoryAssociation.Builder in software.amazon.awscdk.services.fsx
Methods in software.amazon.awscdk.services.fsx that return CfnDataRepositoryAssociation.BuilderModifier and TypeMethodDescriptionCfnDataRepositoryAssociation.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.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.CfnDataRepositoryAssociation.Builder.dataRepositoryPath(String dataRepositoryPath) The path to the Amazon S3 data repository that will be linked to the file system.CfnDataRepositoryAssociation.Builder.fileSystemId(String fileSystemId) The ID of the file system on which the data repository association is configured.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 withDataRepositoryPath.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.s3(IResolvable s3) The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.CfnDataRepositoryAssociation.Builder.s3(CfnDataRepositoryAssociation.S3Property s3) The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association.A list ofTagvalues, with a maximum of 50 elements.