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
fun ServiceEndpointArgs(locations: Output<List<String>>? = null, service: Output<String>)

Functions

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

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.