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

Details about a data automation blueprint.

Syntax

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

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.