Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnExportPropsMixin.Builder
Packages that use CfnExportPropsMixin.Builder
-
Uses of CfnExportPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dynamodb
Methods in software.amazon.awscdk.cfnpropertymixins.services.dynamodb that return CfnExportPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnExportPropsMixin.BuilderCfnExportPropsMixin.Builder.create()static CfnExportPropsMixin.BuilderCfnExportPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnExportPropsMixin.Builder.exportFormat(String exportFormat) The format of the exported data.CfnExportPropsMixin.Builder.exportType(String exportType) The type of export that was performed.The name of the Amazon S3 bucket containing the export.CfnExportPropsMixin.Builder.s3BucketOwner(String s3BucketOwner) The ID of the Amazon Web Services account that owns the bucket containing the export.The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.CfnExportPropsMixin.Builder.s3SseAlgorithm(String s3SseAlgorithm) Type of encryption used on the bucket where export data is stored.The Amazon Resource Name (ARN) of the table that was exported.