toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
GetBotAliasPlainArgs
Get
Bot
Alias
Plain
Args
data
class
GetBotAliasPlainArgs
(
val
botAliasId
:
String
,
val
botId
:
String
)
:
ConvertibleToJava
<
GetBotAliasPlainArgs
>
Members
Constructors
Get
Bot
Alias
Plain
Args
Link copied to clipboard
constructor
(
botAliasId
:
String
,
botId
:
String
)
Properties
bot
Alias
Id
Link copied to clipboard
val
botAliasId
:
String
The unique identifier of the bot alias.
bot
Id
Link copied to clipboard
val
botId
:
String
The unique identifier of the bot.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetBotAliasPlainArgs