This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "BlueprintArn" :String, "BlueprintStage" :String, "BlueprintVersion" :String}
YAML
BlueprintArn:StringBlueprintStage:StringBlueprintVersion: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:
128Update requires: No interruption
BlueprintStage-
The blueprint's stage.
Required: No
Type: String
Allowed values:
DEVELOPMENT | LIVEUpdate requires: No interruption
BlueprintVersion-
The blueprint's version.
Required: No
Type: String
Pattern:
^[0-9]*$Minimum:
1Maximum:
128Update requires: No interruption