Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnResourceDataSyncPropsMixin.Builder
Packages that use CfnResourceDataSyncPropsMixin.Builder
-
Uses of CfnResourceDataSyncPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssm
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssm that return CfnResourceDataSyncPropsMixin.BuilderModifier and TypeMethodDescriptionCfnResourceDataSyncPropsMixin.Builder.bucketName(String bucketName) The name of the S3 bucket where the aggregated data is stored.CfnResourceDataSyncPropsMixin.Builder.bucketName(IBucketRef bucketName) The name of the S3 bucket where the aggregated data is stored.CfnResourceDataSyncPropsMixin.Builder.bucketPrefix(String bucketPrefix) An Amazon S3 prefix for the bucket.CfnResourceDataSyncPropsMixin.Builder.bucketRegion(String bucketRegion) The AWS Region with the S3 bucket targeted by the resource data sync.CfnResourceDataSyncPropsMixin.Builder.create()CfnResourceDataSyncPropsMixin.Builder.create(CfnPropertyMixinOptions options) The Amazon Resource Name (ARN) of an encryption key for a destination in Amazon S3 .CfnResourceDataSyncPropsMixin.Builder.s3Destination(CfnResourceDataSyncPropsMixin.S3DestinationProperty s3Destination) Configuration information for the target S3 bucket.CfnResourceDataSyncPropsMixin.Builder.s3Destination(IResolvable s3Destination) Configuration information for the target S3 bucket.CfnResourceDataSyncPropsMixin.Builder.syncFormat(String syncFormat) A supported sync format.A name for the resource data sync.CfnResourceDataSyncPropsMixin.Builder.syncSource(CfnResourceDataSyncPropsMixin.SyncSourceProperty syncSource) Information about the source where the data was synchronized.CfnResourceDataSyncPropsMixin.Builder.syncSource(IResolvable syncSource) Information about the source where the data was synchronized.The type of resource data sync.