interface BotAliasReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lex.BotAliasReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslex#BotAliasReference |
![]() | software.amazon.awscdk.services.lex.BotAliasReference |
![]() | aws_cdk.aws_lex.BotAliasReference |
![]() | aws-cdk-lib » aws_lex » BotAliasReference |
A reference to a BotAlias 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 botAliasReference: lex.BotAliasReference = {
botAliasArn: 'botAliasArn',
botAliasId: 'botAliasId',
botId: 'botId',
};
Properties
Name | Type | Description |
---|---|---|
bot | string | The ARN of the BotAlias resource. |
bot | string | The BotAliasId of the BotAlias resource. |
bot | string | The BotId of the BotAlias resource. |
botAliasArn
Type:
string
The ARN of the BotAlias resource.
botAliasId
Type:
string
The BotAliasId of the BotAlias resource.
botId
Type:
string
The BotId of the BotAlias resource.