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" :{, "KmsKeyId" :Key:Value, ...}String}
YAML
KmsEncryptionContext:KmsKeyId:Key:ValueString
Properties
KmsEncryptionContext-
Name-value pairs to include as an encryption context.
Required: No
Type: Object of String
Pattern:
^.*\S.*$Minimum:
1Maximum:
2000Update 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:
1Maximum:
2048Update requires: Replacement