manual Private Link Service Connections
suspend fun manualPrivateLinkServiceConnections(value: Output<List<PrivateLinkServiceConnectionArgs>>)
Parameters
value
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
suspend fun manualPrivateLinkServiceConnections(vararg values: Output<PrivateLinkServiceConnectionArgs>)
suspend fun manualPrivateLinkServiceConnections(values: List<Output<PrivateLinkServiceConnectionArgs>>)
Parameters
values
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
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
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.