AWS::Bedrock::DataAutomationLibrary EncryptionConfiguration - AWS CloudFormation

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

AWS::Bedrock::DataAutomationLibrary EncryptionConfiguration

Encryption settings for an invocation.

Syntax

To declare this entity in your 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