Interface CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty

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

@Stability(Stable) public static interface CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty extends software.amazon.jsii.JsiiSerializable
Specifies how Amazon CloudWatch data should be encrypted.

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.glue.*;
 CloudWatchEncryptionProperty cloudWatchEncryptionProperty = CloudWatchEncryptionProperty.builder()
         .cloudWatchEncryptionMode("cloudWatchEncryptionMode")
         .kmsKeyArn("kmsKeyArn")
         .build();
 

See Also: