CloudEndpointsArgs

data class CloudEndpointsArgs(val service: Output<String>? = null) : ConvertibleToJava<CloudEndpointsArgs>

Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints.

Constructors

Link copied to clipboard
fun CloudEndpointsArgs(service: Output<String>? = null)

Functions

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

Properties

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

The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource (https://cloud.google.com/monitoring/api/resources#tag_api).