interface AssistantReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Wisdom.AssistantReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awswisdom#AssistantReference |
![]() | software.amazon.awscdk.services.wisdom.AssistantReference |
![]() | aws_cdk.aws_wisdom.AssistantReference |
![]() | aws-cdk-lib » aws_wisdom » AssistantReference |
A reference to a Assistant 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 assistantReference: wisdom.AssistantReference = {
assistantArn: 'assistantArn',
assistantId: 'assistantId',
};
Properties
Name | Type | Description |
---|---|---|
assistant | string | The ARN of the Assistant resource. |
assistant | string | The AssistantId of the Assistant resource. |
assistantArn
Type:
string
The ARN of the Assistant resource.
assistantId
Type:
string
The AssistantId of the Assistant resource.