Interface CfnConnection.S3PropertiesInputProperty

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

@Stability(Stable) public static interface CfnConnection.S3PropertiesInputProperty extends software.amazon.jsii.JsiiSerializable
S3 Properties Input.

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.datazone.*;
 S3PropertiesInputProperty s3PropertiesInputProperty = S3PropertiesInputProperty.builder()
         .s3Uri("s3Uri")
         // the properties below are optional
         .s3AccessGrantLocationId("s3AccessGrantLocationId")
         .build();
 

See Also: