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