interface BlueprintReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.BlueprintReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#BlueprintReference |
![]() | software.amazon.awscdk.services.bedrock.BlueprintReference |
![]() | aws_cdk.aws_bedrock.BlueprintReference |
![]() | 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.