AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::Blueprint

Bedrock Blueprint

Definition of AWS::Bedrock::Blueprint Resource Type

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
BlueprintName
string
RequiredCreate-only
Schema
object
Required
Type
string
RequiredCreate-only
KmsEncryptionContext
object
KmsKeyId
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
BlueprintArnstringARN of a Blueprint
BlueprintStagestringStage of the Blueprint
CreationTimestringCreation timestamp
LastModifiedTimestringLast modified timestamp

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreateBlueprintbedrock:GetBlueprintbedrock:TagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

read

bedrock:GetBlueprintbedrock:ListTagsForResourcekms:DescribeKeykms:Decrypt

update

bedrock:UpdateBlueprintbedrock:GetBlueprintbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:Decryptkms:GenerateDataKey

delete

bedrock:DeleteBlueprintbedrock:GetBlueprintkms:DescribeKeykms:Decrypt

list

bedrock:ListBlueprints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties10
Required3
TaggingSupported
Primary IDBlueprintArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BlueprintNameType

External Links