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

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

AWS::Bedrock::DataAutomationProject BlueprintItem

An abbreviated summary of a blueprint.

Syntax

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

JSON

{ "BlueprintArn" : String, "BlueprintStage" : String, "BlueprintVersion" : String }

YAML

BlueprintArn: String BlueprintStage: String BlueprintVersion: String

Properties

BlueprintArn

The blueprint's ARN.

Required: Yes

Type: String

Pattern: ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:(aws|[0-9]{12}):blueprint/(bedrock-data-automation-public-[a-zA-Z0-9-_]{1,30}|[a-zA-Z0-9-]{12,36})$

Maximum: 128

Update requires: No interruption

BlueprintStage

The blueprint's stage.

Required: No

Type: String

Allowed values: DEVELOPMENT | LIVE

Update requires: No interruption

BlueprintVersion

The blueprint's version.

Required: No

Type: String

Pattern: ^[0-9]*$

Minimum: 1

Maximum: 128

Update requires: No interruption