toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lex.kotlin.inputs
/
BotTextLogSettingArgs
Bot
Text
Log
Setting
Args
data
class
BotTextLogSettingArgs
(
val
destination
:
Output
<
BotTextLogDestinationArgs
>
,
val
enabled
:
Output
<
Boolean
>
)
:
ConvertibleToJava
<
BotTextLogSettingArgs
>
Members
Constructors
Bot
Text
Log
Setting
Args
Link copied to clipboard
constructor
(
destination
:
Output
<
BotTextLogDestinationArgs
>
,
enabled
:
Output
<
Boolean
>
)
Properties
destination
Link copied to clipboard
val
destination
:
Output
<
BotTextLogDestinationArgs
>
enabled
Link copied to clipboard
val
enabled
:
Output
<
Boolean
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BotTextLogSettingArgs