AWS::Bedrock::BlueprintDefinition of AWS::Bedrock::Blueprint Resource Type
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BlueprintName | string | RequiredCreate-only |
Schema | object | Required |
Type | string | RequiredCreate-only |
KmsEncryptionContext | object | |
KmsKeyId | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
BlueprintArn | string | ARN of a Blueprint |
BlueprintStage | string | Stage of the Blueprint |
CreationTime | string | Creation timestamp |
LastModifiedTime | string | Last modified timestamp |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::Blueprint
Resources:
MyResource:
Type: AWS::Bedrock::Blueprint
Properties:
BlueprintName: "my-blueprintname"
Schema: {}
Type: "DOCUMENT"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateBlueprintbedrock:GetBlueprintbedrock:TagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeybedrock:GetBlueprintbedrock:ListTagsForResourcekms:DescribeKeykms:Decryptbedrock:UpdateBlueprintbedrock:GetBlueprintbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKeybedrock:DeleteBlueprintbedrock:GetBlueprintkms:DescribeKeykms:Decryptbedrock:ListBlueprintsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterBlueprintArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BlueprintNameType