destinations

@JvmName(name = "xyyrumfoietdkyyx")
suspend fun destinations(value: Output<List<AccessApplicationDestinationArgs>>)
@JvmName(name = "fthbnnqtfnayvkdb")
suspend fun destinations(value: List<AccessApplicationDestinationArgs>?)

Parameters

value

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.


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


@JvmName(name = "vamfixianqqxbyvu")
suspend fun destinations(values: List<Output<AccessApplicationDestinationArgs>>)
@JvmName(name = "vdnhpbximqtuahbu")
suspend fun destinations(vararg values: AccessApplicationDestinationArgs)

Parameters

values

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.


@JvmName(name = "ortsmvnhexmstkhj")
suspend fun destinations(argument: List<suspend AccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "djjqptqkmuwcqpxg")
suspend fun destinations(vararg argument: suspend AccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "fgaysihntwcnfcro")
suspend fun destinations(argument: suspend AccessApplicationDestinationArgsBuilder.() -> Unit)

Parameters

argument

A destination secured by Access. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as domain. Supersedes self_hosted_domains to allow for more flexibility in defining different types of destinations. Conflicts with self_hosted_domains.