Interface CfnConnectionPropsMixin.S3PropertiesInputProperty

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

@Stability(Stable) public static interface CfnConnectionPropsMixin.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.cfnpropertymixins.services.datazone.*;
 S3PropertiesInputProperty s3PropertiesInputProperty = S3PropertiesInputProperty.builder()
         .s3AccessGrantLocationId("s3AccessGrantLocationId")
         .s3Uri("s3Uri")
         .build();
 

See Also: