private Service Connect Config
suspend fun privateServiceConnectConfig(value: Output<InstanceNetworkConfigPrivateServiceConnectConfigArgs>)
suspend fun privateServiceConnectConfig(value: InstanceNetworkConfigPrivateServiceConnectConfigArgs?)
Parameters
value
Optional. Configuration for Private Service Connect. This is required only when using connection type PRIVATE_SERVICE_CONNECT_INTERFACES. Structure is documented below.
suspend fun privateServiceConnectConfig(argument: suspend InstanceNetworkConfigPrivateServiceConnectConfigArgsBuilder.() -> Unit)
Parameters
argument
Optional. Configuration for Private Service Connect. This is required only when using connection type PRIVATE_SERVICE_CONNECT_INTERFACES. Structure is documented below.