AWS::Bedrock::Blueprint - 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).

AWS::Bedrock::Blueprint

Details about a data automation blueprint.

Syntax

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

JSON

{ "Type" : "AWS::Bedrock::Blueprint", "Properties" : { "BlueprintName" : String, "KmsEncryptionContext" : {Key: Value, ...}, "KmsKeyId" : String, "Schema" : Json, "Tags" : [ Tag, ... ], "Type" : String } }

YAML

Type: AWS::Bedrock::Blueprint Properties: BlueprintName: String KmsEncryptionContext: Key: Value KmsKeyId: String Schema: Json Tags: - Tag Type: String

Properties

BlueprintName

The blueprint's name.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9-_]+$

Minimum: 1

Maximum: 128

Update requires: Replacement

KmsEncryptionContext

Name-value pairs to include as an encryption context.

Required: No

Type: Object of String

Pattern: ^.*$

Update requires: No interruption

KmsKeyId

The Amazon KMS key to use for encryption.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Schema

The blueprint's schema.

Required: Yes

Type: Json

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Type

The blueprint's type.

Required: Yes

Type: String

Allowed values: DOCUMENT | IMAGE | AUDIO

Update requires: Replacement

Return values

Ref

Fn::GetAtt

BlueprintArn

The blueprint's ARN.

BlueprintStage

The blueprint's stage.

CreationTime

When the blueprint was created.

LastModifiedTime

When the blueprint was last updated.