toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lightsail.kotlin.inputs
/
InstanceStateArgs
Instance
State
Args
data
class
InstanceStateArgs
(
val
code
:
Output
<
Int
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
InstanceStateArgs
>
Current State of the Instance.
Members
Constructors
Instance
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
(
)
:
InstanceStateArgs