Interface CfnChannelPropsMixin.CustomerManagedS3Property

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

@Stability(Stable) public static interface CfnChannelPropsMixin.CustomerManagedS3Property extends software.amazon.jsii.JsiiSerializable
Used to store channel data in an S3 bucket that you manage.

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.iotanalytics.*;
 CustomerManagedS3Property customerManagedS3Property = CustomerManagedS3Property.builder()
         .bucket("bucket")
         .keyPrefix("keyPrefix")
         .roleArn("roleArn")
         .build();
 

See Also: