Interface CfnPipeline.EncryptionAtRestOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipeline.EncryptionAtRestOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnPipeline
@Stability(Stable)
public static interface CfnPipeline.EncryptionAtRestOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Options to control how OpenSearch encrypts all data-at-rest.
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.osis.*;
EncryptionAtRestOptionsProperty encryptionAtRestOptionsProperty = EncryptionAtRestOptionsProperty.builder()
.kmsKeyArn("kmsKeyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipeline.EncryptionAtRestOptionsPropertystatic final classAn implementation forCfnPipeline.EncryptionAtRestOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyArn
The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion.By default, data is encrypted using an AWS owned key.
- See Also:
-
builder
-