Interface CfnCollectionPropsMixin.EncryptionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCollectionPropsMixin.EncryptionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCollectionPropsMixin
@Stability(Stable)
public static interface CfnCollectionPropsMixin.EncryptionConfigProperty
extends software.amazon.jsii.JsiiSerializable
Encryption settings for the collection.
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.opensearchserverless.*;
EncryptionConfigProperty encryptionConfigProperty = EncryptionConfigProperty.builder()
.awsOwnedKey(false)
.kmsKeyArn("kmsKeyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollectionPropsMixin.EncryptionConfigPropertystatic final classAn implementation forCfnCollectionPropsMixin.EncryptionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsOwnedKey
Indicates whether to use an AWS owned key for encryption.Returns union: either
BooleanorIResolvable- See Also:
-
getKmsKeyArn
Key Management Service key used to encrypt the collection.- See Also:
-
builder
-