EndpointRefArgs

data class EndpointRefArgs(val name: Output<String>? = null) : ConvertibleToJava<EndpointRefArgs>

Describes a reference to a service endpoint.

Constructors

Link copied to clipboard
fun EndpointRefArgs(name: Output<String>? = null)

Functions

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

Properties

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

Name of the endpoint.