interface IBlueprintRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.IBlueprintRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#IBlueprintRef |
Java | software.amazon.awscdk.services.bedrock.IBlueprintRef |
Python | aws_cdk.aws_bedrock.IBlueprintRef |
TypeScript | aws-cdk-lib » aws_bedrock » IBlueprintRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Blueprint.
Properties
| Name | Type | Description |
|---|---|---|
| blueprint | Blueprint | A reference to a Blueprint resource. |
| node | Node | The tree node. |
blueprintRef
Type:
Blueprint
A reference to a Blueprint resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript