destinations

@JvmName(name = "osiwwehlkbibways")
suspend fun destinations(value: Output<List<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "mbilpxtvwljxvjyr")
suspend fun destinations(value: List<ZeroTrustAccessApplicationDestinationArgs>?)

Parameters

value

List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.


@JvmName(name = "hmedqervuuvetpjt")
suspend fun destinations(vararg values: Output<ZeroTrustAccessApplicationDestinationArgs>)


@JvmName(name = "gvtnfyoytlolfhrc")
suspend fun destinations(values: List<Output<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "qdevyjcqgnpexvke")
suspend fun destinations(vararg values: ZeroTrustAccessApplicationDestinationArgs)

Parameters

values

List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.


@JvmName(name = "bqdyshvngxoleifv")
suspend fun destinations(argument: List<suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "jtgbhyxssuxsival")
suspend fun destinations(vararg argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "dcxlncdkjhduwpso")
suspend fun destinations(argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)

Parameters

argument

List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.