pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lightsail.kotlin.outputs
/
InstanceState
Instance
State
data
class
InstanceState
(
val
code
:
Int
?
=
null
,
val
name
:
String
?
=
null
)
Current State of the Instance.
Types
Constructors
Properties
Constructors
Instance
State
Link copied to clipboard
fun
InstanceState
(
code
:
Int
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
?
=
null
Status code of the Instance.
name
Link copied to clipboard
val
name
:
String
?
=
null
Status code of the Instance.