Interface CfnWorkGroup.ManagedStorageEncryptionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkGroup.ManagedStorageEncryptionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnWorkGroup
@Stability(Stable)
public static interface CfnWorkGroup.ManagedStorageEncryptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Indicates the encryption configuration for Athena Managed Storage.
If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key
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.*;
ManagedStorageEncryptionConfigurationProperty managedStorageEncryptionConfigurationProperty = ManagedStorageEncryptionConfigurationProperty.builder()
.kmsKey("kmsKey")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnWorkGroup.ManagedStorageEncryptionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKey
For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.- See Also:
-
builder
@Stability(Stable) static CfnWorkGroup.ManagedStorageEncryptionConfigurationProperty.Builder builder()
-