instanceStateNames

@JvmName(name = "percrglivmjauihh")
suspend fun instanceStateNames(value: List<String>?)

Parameters

value

List of instance states that should be applicable to the desired instances. The permitted values are: pending, running, shutting-down, stopped, stopping, terminated. The default value is running.


@JvmName(name = "oblbtmvreummxytl")
suspend fun instanceStateNames(vararg values: String)

Parameters

values

List of instance states that should be applicable to the desired instances. The permitted values are: pending, running, shutting-down, stopped, stopping, terminated. The default value is running.