AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::Blueprint

CfnBlueprint

Details about a data automation blueprint.

Import

import { CfnBlueprint } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnBlueprint

Properties

Configuration passed to the constructor as CfnBlueprintProps.

blueprintNameRequired
string

The blueprint's name.

schemaRequired
any

The blueprint's schema.

typeRequired
string

The blueprint's type.

kmsEncryptionContextOptional
{ [key: string]: string } | IResolvable

Name-value pairs to include as an encryption context.

kmsKeyIdOptional
string

The AWS key to use for encryption.

tagsOptional
CfnTag[]

List of Tags.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter