interface BotReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.BotReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#BotReference |
![]() | software.amazon.awscdk.services.lex.BotReference |
![]() | aws_cdk.aws_lex.BotReference |
![]() | aws-cdk-lib » aws_lex » BotReference |
A reference to a Bot resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lex as lex } from 'aws-cdk-lib';
const botReference: lex.BotReference = {
botArn: 'botArn',
botId: 'botId',
};
Properties
Name | Type | Description |
---|---|---|
bot | string | The ARN of the Bot resource. |
bot | string | The Id of the Bot resource. |
botArn
Type:
string
The ARN of the Bot resource.
botId
Type:
string
The Id of the Bot resource.