Interface CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnInfluxDBInstancePropsMixin
@Stability(Stable)
public static interface CfnInfluxDBInstancePropsMixin.S3ConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for S3 bucket log delivery.
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 forCfnInfluxDBInstancePropsMixin.S3ConfigurationPropertystatic final classAn implementation forCfnInfluxDBInstancePropsMixin.S3ConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
The bucket name of the customer S3 bucket.- See Also:
-
getEnabled
Indicates whether log delivery to the S3 bucket is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-