ServiceEndpointArgs

data class ServiceEndpointArgs(val locations: Output<List<String>>? = null, val service: Output<String>) : ConvertibleToJava<ServiceEndpointArgs>

The service endpoint properties.

Constructors

Link copied to clipboard
constructor(locations: Output<List<String>>? = null, service: Output<String>)

Properties

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

A list of locations.

Link copied to clipboard
val service: Output<String>

The type of the endpoint service.

Functions

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