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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkGroup.ManagedLoggingConfigurationPropertystatic final classAn implementation forCfnWorkGroup.ManagedLoggingConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Enables mamanged log persistence.Returns union: either
BooleanorIResolvable- See Also:
-
getKmsKey
The KMS key ARN to encrypt the logs stored in managed log persistence.- See Also:
-
builder
-