Interface CfnTask.S3Property

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTask.S3Property.Jsii$Proxy
Enclosing class:
CfnTask

@Stability(Stable) public static interface CfnTask.S3Property extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 S3Property s3Property = S3Property.builder()
         .bucketAccessRoleArn("bucketAccessRoleArn")
         .s3BucketArn("s3BucketArn")
         .subdirectory("subdirectory")
         .build();
 

See Also: