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();
 

See Also: