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