Interface CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty

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

@Stability(Stable) public static interface CfnVerifiedAccessInstancePropsMixin.CloudWatchLogsProperty extends software.amazon.jsii.JsiiSerializable
Options for CloudWatch Logs as a logging destination.

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.ec2.*;
 CloudWatchLogsProperty cloudWatchLogsProperty = CloudWatchLogsProperty.builder()
         .enabled(false)
         .logGroup("logGroup")
         .build();
 

See Also: