interface EncryptionAtRestOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_osis.CfnPipeline.EncryptionAtRestOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsosis#CfnPipeline_EncryptionAtRestOptionsProperty |
![]() | software.amazon.awscdk.services.osis.CfnPipeline.EncryptionAtRestOptionsProperty |
![]() | aws_cdk.aws_osis.CfnPipeline.EncryptionAtRestOptionsProperty |
![]() | aws-cdk-lib » aws_osis » CfnPipeline » EncryptionAtRestOptionsProperty |
Options to control how OpenSearch encrypts buffer data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_osis as osis } from 'aws-cdk-lib';
const encryptionAtRestOptionsProperty: osis.CfnPipeline.EncryptionAtRestOptionsProperty = {
kmsKeyArn: 'kmsKeyArn',
};
Properties
Name | Type | Description |
---|---|---|
kms | string | The ARN of the KMS key used to encrypt buffer data. |
kmsKeyArn
Type:
string
The ARN of the KMS key used to encrypt buffer data.
By default, data is encrypted using an AWS owned key.