Uses of Interface
software.amazon.awscdk.services.ssm.CfnResourceDataSync.S3DestinationProperty
Packages that use CfnResourceDataSync.S3DestinationProperty
-
Uses of CfnResourceDataSync.S3DestinationProperty in software.amazon.awscdk.services.ssm
Classes in software.amazon.awscdk.services.ssm that implement CfnResourceDataSync.S3DestinationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnResourceDataSync.S3DestinationPropertyMethods in software.amazon.awscdk.services.ssm that return CfnResourceDataSync.S3DestinationPropertyModifier and TypeMethodDescriptionCfnResourceDataSync.S3DestinationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ssm with parameters of type CfnResourceDataSync.S3DestinationPropertyModifier and TypeMethodDescriptionCfnResourceDataSync.Builder.s3Destination(CfnResourceDataSync.S3DestinationProperty s3Destination) Configuration information for the target S3 bucket.CfnResourceDataSyncProps.Builder.s3Destination(CfnResourceDataSync.S3DestinationProperty s3Destination) Sets the value ofCfnResourceDataSyncProps.getS3Destination()voidCfnResourceDataSync.setS3Destination(CfnResourceDataSync.S3DestinationProperty value) Configuration information for the target S3 bucket.