interface BlueprintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.BlueprintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#BlueprintReference |
Java | software.amazon.awscdk.services.bedrock.BlueprintReference |
Python | aws_cdk.aws_bedrock.BlueprintReference |
TypeScript | aws-cdk-lib » aws_bedrock » BlueprintReference |
A reference to a Blueprint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const blueprintReference: bedrock.BlueprintReference = {
blueprintArn: 'blueprintArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| blueprint | string | The BlueprintArn of the Blueprint resource. |
blueprintArn
Type:
string
The BlueprintArn of the Blueprint resource.

.NET
Go
Java
Python
TypeScript