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

.NET
Go
Java
Python
TypeScript