Class VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.951Z")
    @Stability(Stable)
    public class VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference

        protected VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference

        protected VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference

        @Stability(Stable)
        public VertexAiFeatureOnlineStoreDedicatedServingEndpointPrivateServiceConnectConfigOutputReference​(@NotNull
                                                                                                            com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                            @NotNull
                                                                                                            String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetProjectAllowlist

        @Stability(Stable)
        public void resetProjectAllowlist()
      • getEnablePrivateServiceConnectInput

        @Stability(Stable)
        @Nullable
        public Object getEnablePrivateServiceConnectInput()
      • getProjectAllowlistInput

        @Stability(Stable)
        @Nullable
        public List<String> getProjectAllowlistInput()
      • getEnablePrivateServiceConnect

        @Stability(Stable)
        @NotNull
        public Object getEnablePrivateServiceConnect()
      • setEnablePrivateServiceConnect

        @Stability(Stable)
        public void setEnablePrivateServiceConnect​(@NotNull
                                                   Boolean value)
      • setEnablePrivateServiceConnect

        @Stability(Stable)
        public void setEnablePrivateServiceConnect​(@NotNull
                                                   com.hashicorp.cdktf.IResolvable value)
      • getProjectAllowlist

        @Stability(Stable)
        @NotNull
        public List<String> getProjectAllowlist()
      • setProjectAllowlist

        @Stability(Stable)
        public void setProjectAllowlist​(@NotNull
                                        List<String> value)