interface AgentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrock.AgentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#AgentReference |
![]() | software.amazon.awscdk.services.bedrock.AgentReference |
![]() | aws_cdk.aws_bedrock.AgentReference |
![]() | aws-cdk-lib » aws_bedrock » AgentReference |
A reference to a Agent 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 agentReference: bedrock.AgentReference = {
agentArn: 'agentArn',
agentId: 'agentId',
};
Properties
Name | Type | Description |
---|---|---|
agent | string | The ARN of the Agent resource. |
agent | string | The AgentId of the Agent resource. |
agentArn
Type:
string
The ARN of the Agent resource.
agentId
Type:
string
The AgentId of the Agent resource.