---
type: resource-type
title: BedrockBlueprint
description: aws resource type AWS::Bedrock::Blueprint
name: BedrockBlueprint
lexicon: aws
resource_type: AWS::Bedrock::Blueprint
---
`AWS::Bedrock::Blueprint`, a resource type of the aws lexicon.

## Properties

- `BlueprintName` (`string`, required): Name of the Blueprint
- `Schema` (`Record<string, unknown>`, required): Schema of the blueprint
- `Type` (`"AUDIO" | "DOCUMENT" | "IMAGE" | "VIDEO"`, required): Modality Type
- `BlueprintArn` (`string`, optional): ARN of a Blueprint
- `BlueprintStage` (`"DEVELOPMENT" | "LIVE"`, optional): Stage of the Blueprint
- `CreationTime` (`string`, optional): Creation timestamp
- `KmsEncryptionContext` (`Record<string, unknown>`, optional): KMS encryption context
- `KmsKeyId` (`string`, optional): KMS key identifier
- `LastModifiedTime` (`string`, optional): Last modified timestamp
- `Tags` (`BedrockBlueprint_Tag[]`, optional): List of Tags

## Attributes

- `BlueprintArn`
- `BlueprintStage`
- `CreationTime`
- `LastModifiedTime`
