Interface CfnWorkGroup.ManagedLoggingConfigurationProperty

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

@Stability(Stable) public static interface CfnWorkGroup.ManagedLoggingConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for delivering logs to Amazon S3 buckets.

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.athena.*;
 ManagedLoggingConfigurationProperty managedLoggingConfigurationProperty = ManagedLoggingConfigurationProperty.builder()
         .enabled(false)
         .kmsKey("kmsKey")
         .build();
 

See Also: