PipelineEncryptionAtRestOptions

data class PipelineEncryptionAtRestOptions(val kmsKeyArn: String)

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.