toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.groundstation.kotlin.inputs
/
ConfigDecodeConfigArgs
Config
Decode
Config
Args
data
class
ConfigDecodeConfigArgs
(
val
unvalidatedJson
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ConfigDecodeConfigArgs
>
Members
Constructors
Config
Decode
Config
Args
Link copied to clipboard
constructor
(
unvalidatedJson
:
Output
<
String
>
?
=
null
)
Properties
unvalidated
Json
Link copied to clipboard
val
unvalidatedJson
:
Output
<
String
>
?
=
null
The decoding settings are in JSON format and define a set of steps to perform to decode the data.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConfigDecodeConfigArgs