destinations

@JvmName(name = "lhbqqpcqorymyspd")
suspend fun destinations(value: Output<List<AccessApplicationDestinationArgs>>)
@JvmName(name = "fnatgljqmunbfvmd")
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 = "vqkhxtonbxeljfvv")
suspend fun destinations(vararg values: Output<AccessApplicationDestinationArgs>)


@JvmName(name = "tslkqblxormsnkcp")
suspend fun destinations(values: List<Output<AccessApplicationDestinationArgs>>)
@JvmName(name = "rdwrrobqfytsgdqa")
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 = "geyvpmdbuacncurx")
suspend fun destinations(argument: List<suspend AccessApplicationDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "yxaohrlfmkpgqflj")
suspend fun destinations(vararg argument: suspend AccessApplicationDestinationArgsBuilder.() -> Unit)
@JvmName(name = "jwtbwxkmpewwmapx")
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.