Service Status Args
data class ServiceStatusArgs(val startupType: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ServiceStatusArgs>
Describes the status and behavior of a service.
Describes the status and behavior of a service.