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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInfluxDBClusterPropsMixin.S3ConfigurationPropertystatic final classAn implementation forCfnInfluxDBClusterPropsMixin.S3ConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The bucket name for logs to be sent from the InfluxDB cluster.- See Also:
-
getEnabled
Specifies whether logging to customer specified bucket is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-