AWS::OpenSearchServerless::Collection EncryptionConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::OpenSearchServerless::Collection EncryptionConfig

Encryption settings for the collection.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AWSOwnedKey" : Boolean, "KmsKeyArn" : String }

YAML

AWSOwnedKey: Boolean KmsKeyArn: String

Properties

AWSOwnedKey

Indicates whether to use an Amazon-owned key for encryption.

Required: No

Type: Boolean

Update requires: Replacement

KmsKeyArn

The ARN of the Amazon KMS key used to encrypt the collection.

Required: No

Type: String

Pattern: arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):kms:[a-z0-9-]+:[0-9]{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}

Minimum: 10

Maximum: 100

Update requires: Replacement