manual Private Link Service Connections
suspend fun manualPrivateLinkServiceConnections(value: Output<List<PrivateLinkServiceConnectionArgs>>)
Parameters
value
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
suspend fun manualPrivateLinkServiceConnections(vararg values: Output<PrivateLinkServiceConnectionArgs>)
suspend fun manualPrivateLinkServiceConnections(values: List<Output<PrivateLinkServiceConnectionArgs>>)
Parameters
values
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.
suspend fun manualPrivateLinkServiceConnections(argument: List<suspend PrivateLinkServiceConnectionArgsBuilder.() -> Unit>)
suspend fun manualPrivateLinkServiceConnections(vararg argument: suspend PrivateLinkServiceConnectionArgsBuilder.() -> Unit)
suspend fun manualPrivateLinkServiceConnections(argument: suspend PrivateLinkServiceConnectionArgsBuilder.() -> Unit)
Parameters
argument
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.