Class CfnPipeline.EncryptionAtRestOptionsProperty
Options to control how OpenSearch encrypts buffer data.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.OSIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipeline.EncryptionAtRestOptionsProperty : CfnPipeline.IEncryptionAtRestOptionsProperty
Syntax (vb)
Public Class CfnPipeline.EncryptionAtRestOptionsProperty Implements CfnPipeline.IEncryptionAtRestOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.OSIS;
var encryptionAtRestOptionsProperty = new EncryptionAtRestOptionsProperty {
KmsKeyArn = "kmsKeyArn"
};
Synopsis
Constructors
| EncryptionAtRestOptionsProperty() | Options to control how OpenSearch encrypts buffer data. |
Properties
| KmsKeyArn | The ARN of the KMS key used to encrypt buffer data. |
Constructors
EncryptionAtRestOptionsProperty()
Options to control how OpenSearch encrypts buffer data.
public EncryptionAtRestOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.OSIS;
var encryptionAtRestOptionsProperty = new EncryptionAtRestOptionsProperty {
KmsKeyArn = "kmsKeyArn"
};
Properties
KmsKeyArn
The ARN of the KMS key used to encrypt buffer data.
public string KmsKeyArn { get; set; }
Property Value
Remarks
By default, data is encrypted using an AWS owned key.