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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchEncryptionMode
The encryption mode to use for CloudWatch data.- See Also:
-
getKmsKeyArn
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.- See Also:
-
builder
@Stability(Stable) static CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder builder()
-