privateEndpointConnections

@JvmName(name = "wbaqnklatvdcybah")
suspend fun privateEndpointConnections(value: Output<List<PrivateEndpointConnectionArgs>>)
@JvmName(name = "qnuaxeuvmpmqbokq")
suspend fun privateEndpointConnections(value: List<PrivateEndpointConnectionArgs>?)

Parameters

value

List of private endpoint connections. 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 = "qufelpjrqrtynkxm")
suspend fun privateEndpointConnections(vararg values: Output<PrivateEndpointConnectionArgs>)


@JvmName(name = "ioonnwcltfgufhmb")
suspend fun privateEndpointConnections(values: List<Output<PrivateEndpointConnectionArgs>>)
@JvmName(name = "isteeomlbwowpelx")
suspend fun privateEndpointConnections(vararg values: PrivateEndpointConnectionArgs)

Parameters

values

List of private endpoint connections. 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 = "juxipfwvhqmatrow")
suspend fun privateEndpointConnections(argument: List<suspend PrivateEndpointConnectionArgsBuilder.() -> Unit>)
@JvmName(name = "posrnrotwakymprp")
suspend fun privateEndpointConnections(vararg argument: suspend PrivateEndpointConnectionArgsBuilder.() -> Unit)
@JvmName(name = "agxiewmmpjqcwlef")
suspend fun privateEndpointConnections(argument: suspend PrivateEndpointConnectionArgsBuilder.() -> Unit)

Parameters

argument

List of private endpoint connections. 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.