CustomServiceTelemetryArgs

data class CustomServiceTelemetryArgs(val resourceName: Output<String>? = null) : ConvertibleToJava<CustomServiceTelemetryArgs>

Constructors

Link copied to clipboard
constructor(resourceName: Output<String>? = null)

Properties

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

The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.

Functions

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