AiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigArgs

data class AiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigArgs(val enablePrivateServiceConnect: Output<Boolean>, val projectAllowlists: Output<List<String>>? = null) : ConvertibleToJava<AiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigArgs>

Constructors

constructor(enablePrivateServiceConnect: Output<Boolean>, projectAllowlists: Output<List<String>>? = null)

Properties

Link copied to clipboard

If set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.

Link copied to clipboard
val projectAllowlists: Output<List<String>>? = null

A list of Projects from which the forwarding rule will target the service attachment.

Functions

Link copied to clipboard
open override fun toJava(): AiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigArgs