Interface CfnInfluxDBClusterPropsMixin.S3ConfigurationProperty

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

@Stability(Stable) public static interface CfnInfluxDBClusterPropsMixin.S3ConfigurationProperty extends software.amazon.jsii.JsiiSerializable
S3 configuration for sending logs to customer account from the InfluxDB cluster.

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.timestream.*;
 S3ConfigurationProperty s3ConfigurationProperty = S3ConfigurationProperty.builder()
         .bucketName("bucketName")
         .enabled(false)
         .build();
 

See Also: