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

An abbreviated summary of a blueprint.

Syntax

To declare this entity in your 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|-iso|-iso-[a-z]):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