toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
StateArgs
State
Args
data
class
StateArgs
(
val
code
:
Output
<
Int
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
StateArgs
>
Definition of State
Members
Constructors
State
Args
Link copied to clipboard
constructor
(
code
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Output
<
Int
>
?
=
null
Status code of the Instance.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Status code of the Instance.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StateArgs