connections

@JvmName(name = "laopidskjdpddity")
suspend fun connections(value: Output<List<VpnConnectionArgs>>)
@JvmName(name = "uhxnuimjypqpqwgx")
suspend fun connections(value: List<VpnConnectionArgs>?)

Parameters

value

List of all vpn connections to the gateway. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "hxoyxerajjorcjru")
suspend fun connections(vararg values: Output<VpnConnectionArgs>)


@JvmName(name = "ojvnsgvbrtdlwpht")
suspend fun connections(values: List<Output<VpnConnectionArgs>>)
@JvmName(name = "gdondryrymlayewb")
suspend fun connections(vararg values: VpnConnectionArgs)

Parameters

values

List of all vpn connections to the gateway. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "jltqediisxwpxgxq")
suspend fun connections(argument: List<suspend VpnConnectionArgsBuilder.() -> Unit>)
@JvmName(name = "eufamcjswhmmpopu")
suspend fun connections(vararg argument: suspend VpnConnectionArgsBuilder.() -> Unit)
@JvmName(name = "wstvtnewlkehnvql")
suspend fun connections(argument: suspend VpnConnectionArgsBuilder.() -> Unit)

Parameters

argument

List of all vpn connections to the gateway. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.