interface AIAgentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.AIAgentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#AIAgentReference |
![]() | software.amazon.awscdk.services.wisdom.AIAgentReference |
![]() | aws_cdk.aws_wisdom.AIAgentReference |
![]() | aws-cdk-lib » aws_wisdom » AIAgentReference |
A reference to a AIAgent resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_wisdom as wisdom } from 'aws-cdk-lib';
const aIAgentReference: wisdom.AIAgentReference = {
aiAgentArn: 'aiAgentArn',
aiAgentId: 'aiAgentId',
assistantId: 'assistantId',
};
Properties
Name | Type | Description |
---|---|---|
ai | string | The ARN of the AIAgent resource. |
ai | string | The AIAgentId of the AIAgent resource. |
assistant | string | The AssistantId of the AIAgent resource. |
aiAgentArn
Type:
string
The ARN of the AIAgent resource.
aiAgentId
Type:
string
The AIAgentId of the AIAgent resource.
assistantId
Type:
string
The AssistantId of the AIAgent resource.