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
constructor(service: Output<String>? = null)

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).

Functions

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