AWS::Bedrock::DataAutomationLibrary EncryptionConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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