Basic Service Args
data class BasicServiceArgs(val serviceLabels: Output<Map<String, String>>? = null, val serviceType: Output<String>? = null) : ConvertibleToJava<BasicServiceArgs>
A well-known service type, defined by its service type and service labels. Documentation and examples here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).
Constructors
Link copied to clipboard
fun BasicServiceArgs(serviceLabels: Output<Map<String, String>>? = null, serviceType: Output<String>? = null)