AWS::Bedrock::BlueprintDetails about a data automation blueprint.
import { CfnBlueprint } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnBlueprintConfiguration passed to the constructor as CfnBlueprintProps.
blueprintNameRequiredstringThe blueprint's name.
schemaRequiredanyThe blueprint's schema.
typeRequiredstringThe blueprint's type.
kmsEncryptionContextOptional{ [key: string]: string } | IResolvableName-value pairs to include as an encryption context.
kmsKeyIdOptionalstringThe AWS key to use for encryption.
tagsOptionalCfnTag[]List of Tags.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::Blueprint