GenericServiceBasicServiceArgs

data class GenericServiceBasicServiceArgs(val serviceLabels: Output<Map<String, String>>? = null, val serviceType: Output<String>? = null) : ConvertibleToJava<GenericServiceBasicServiceArgs>

Constructors

Link copied to clipboard
constructor(serviceLabels: Output<Map<String, String>>? = null, serviceType: Output<String>? = null)

Properties

Link copied to clipboard
val serviceLabels: Output<Map<String, String>>? = null

Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this Service.

Link copied to clipboard
val serviceType: Output<String>? = null

The type of service that this basic service defines, e.g. APP_ENGINE service type

Functions

Link copied to clipboard
open override fun toJava(): GenericServiceBasicServiceArgs