AiIndexEndpointPrivateServiceConnectConfigArgs

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

Constructors

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

Properties

Link copied to clipboard

If set to true, the IndexEndpoint is created without private service access.

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(): AiIndexEndpointPrivateServiceConnectConfigArgs