Gke Service Args
data class GkeServiceArgs(val clusterName: Output<String>? = null, val location: Output<String>? = null, val namespaceName: Output<String>? = null, val serviceName: Output<String>? = null) : ConvertibleToJava<GkeServiceArgs>
GKE Service. The "service" here represents a Kubernetes service object (https://kubernetes.io/docs/concepts/services-networking/service). The field names correspond to the resource labels on k8s_service monitored resources (https://cloud.google.com/monitoring/api/resources#tag_k8s_service).