Interface VertexAiIndexEndpointPrivateServiceConnectConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexEndpointPrivateServiceConnectConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.983Z") @Stability(Stable) public interface VertexAiIndexEndpointPrivateServiceConnectConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexEndpointPrivateServiceConnectConfig.BuilderA builder forVertexAiIndexEndpointPrivateServiceConnectConfigstatic classVertexAiIndexEndpointPrivateServiceConnectConfig.Jsii$ProxyAn implementation forVertexAiIndexEndpointPrivateServiceConnectConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiIndexEndpointPrivateServiceConnectConfig.Builderbuilder()ObjectgetEnablePrivateServiceConnect()If set to true, the IndexEndpoint is created without private service access.default List<String>getProjectAllowlist()A list of Projects from which the forwarding rule will target the service attachment.
-
-
-
Method Detail
-
getEnablePrivateServiceConnect
@Stability(Stable) @NotNull Object getEnablePrivateServiceConnect()
If set to true, the IndexEndpoint is created without private service access.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#enable_private_service_connect VertexAiIndexEndpoint#enable_private_service_connect}
-
getProjectAllowlist
@Stability(Stable) @Nullable default List<String> getProjectAllowlist()
A list of Projects from which the forwarding rule will target the service attachment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint#project_allowlist VertexAiIndexEndpoint#project_allowlist}
-
builder
@Stability(Stable) static VertexAiIndexEndpointPrivateServiceConnectConfig.Builder builder()
-
-