Interface CfnSecurityConfiguration.CloudWatchEncryptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityConfiguration.CloudWatchEncryptionProperty.Jsii$Proxy
- Enclosing class:
CfnSecurityConfiguration
@Stability(Stable)
public static interface CfnSecurityConfiguration.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.services.glue.*; CloudWatchEncryptionProperty cloudWatchEncryptionProperty = CloudWatchEncryptionProperty.builder() .cloudWatchEncryptionMode("cloudWatchEncryptionMode") .kmsKeyArn("kmsKeyArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSecurityConfiguration.CloudWatchEncryptionProperty
static final class
An implementation forCfnSecurityConfiguration.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
-