Interface CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty

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

@Stability(Stable) public static interface CfnLoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The CloudWatchLogsDestinationConfiguration property type specifies a CloudWatch Logs 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.*;
 CloudWatchLogsDestinationConfigurationProperty cloudWatchLogsDestinationConfigurationProperty = CloudWatchLogsDestinationConfigurationProperty.builder()
         .logGroupName("logGroupName")
         .build();
 

See Also: