View a markdown version of this page

AWS::Bedrock::DataAutomationLibrary EncryptionConfiguration - 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::Bedrock::DataAutomationLibrary EncryptionConfiguration

Encryption settings for an invocation.

Syntax

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

JSON

{ "KmsEncryptionContext" : {Key: Value, ...}, "KmsKeyId" : String }

YAML

KmsEncryptionContext: Key: Value KmsKeyId: String

Properties

KmsEncryptionContext

Name-value pairs to include as an encryption context.

Required: No

Type: Object of String

Pattern: ^.*\S.*$

Minimum: 1

Maximum: 2000

Update requires: Replacement

KmsKeyId

A KMS key ID to use for encryption.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]+$

Minimum: 1

Maximum: 2048

Update requires: Replacement