destinations

@JvmName(name = "jcdedkmieqokjicn")
suspend fun destinations(value: Output<List<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "jcrymppfevwpadts")
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 = "gfxpctafhbshrnmd")
suspend fun destinations(vararg values: Output<ZeroTrustAccessApplicationDestinationArgs>)


@JvmName(name = "bxuyhcmbetrjosfm")
suspend fun destinations(values: List<Output<ZeroTrustAccessApplicationDestinationArgs>>)
@JvmName(name = "qaosuredirvcfdfp")
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 = "jlbxeijchusqpolo")
suspend fun destinations(argument: List<suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "mmpubacafdbornkx")
suspend fun destinations(vararg argument: suspend ZeroTrustAccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "udyucwyvbjbwqdls")
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.