Interface CfnLogDeliveryConfigurationPropsMixin.CloudWatchLogsConfigurationProperty

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

@Stability(Stable) public static interface CfnLogDeliveryConfigurationPropsMixin.CloudWatchLogsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for the CloudWatch log group destination of user pool detailed activity logging, or of user activity log export with advanced security features.

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.cognito.*;
 CloudWatchLogsConfigurationProperty cloudWatchLogsConfigurationProperty = CloudWatchLogsConfigurationProperty.builder()
         .logGroupArn("logGroupArn")
         .build();
 

See Also: