destinations

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

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 = "pkpiynxtjdkogegf")
suspend fun destinations(vararg values: Output<AccessApplicationDestinationArgs>)


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

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 = "fuorqvnlemnfktwc")
suspend fun destinations(argument: List<suspend AccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "ibkwculbldbkibvv")
suspend fun destinations(vararg argument: suspend AccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "cqiagyuciudmkbgh")
suspend fun destinations(argument: suspend AccessApplicationDestinationArgsBuilder.() -> 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.