Interface CfnLoggingConfiguration.S3DestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfiguration.S3DestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfiguration
@Stability(Stable)
public static interface CfnLoggingConfiguration.S3DestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The S3DestinationConfiguration property type specifies an S3 location where chat logs will be stored.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ivschat.*; S3DestinationConfigurationProperty s3DestinationConfigurationProperty = S3DestinationConfigurationProperty.builder() .bucketName("bucketName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnLoggingConfiguration.S3DestinationConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Name of the Amazon S3 bucket where chat activity will be logged.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
Name of the Amazon S3 bucket where chat activity will be logged. -
builder
@Stability(Stable) static CfnLoggingConfiguration.S3DestinationConfigurationProperty.Builder builder()
-