Class VertexAiIndexEndpointDeployedIndex

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.983Z")
    @Stability(Stable)
    public class VertexAiIndexEndpointDeployedIndex
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index google_vertex_ai_index_endpoint_deployed_index}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • VertexAiIndexEndpointDeployedIndex

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

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

        @Stability(Stable)
        public VertexAiIndexEndpointDeployedIndex​(@NotNull
                                                  software.constructs.Construct scope,
                                                  @NotNull
                                                  String id,
                                                  @NotNull
                                                  VertexAiIndexEndpointDeployedIndexConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index google_vertex_ai_index_endpoint_deployed_index} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a VertexAiIndexEndpointDeployedIndex resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the VertexAiIndexEndpointDeployedIndex to import. This parameter is required.
        importFromId - The id of the existing VertexAiIndexEndpointDeployedIndex that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the VertexAiIndexEndpointDeployedIndex to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a VertexAiIndexEndpointDeployedIndex resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the VertexAiIndexEndpointDeployedIndex to import. This parameter is required.
        importFromId - The id of the existing VertexAiIndexEndpointDeployedIndex that should be imported. This parameter is required.
      • resetAutomaticResources

        @Stability(Stable)
        public void resetAutomaticResources()
      • resetDedicatedResources

        @Stability(Stable)
        public void resetDedicatedResources()
      • resetDeployedIndexAuthConfig

        @Stability(Stable)
        public void resetDeployedIndexAuthConfig()
      • resetDeploymentGroup

        @Stability(Stable)
        public void resetDeploymentGroup()
      • resetDisplayName

        @Stability(Stable)
        public void resetDisplayName()
      • resetEnableAccessLogging

        @Stability(Stable)
        public void resetEnableAccessLogging()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetReservedIpRanges

        @Stability(Stable)
        public void resetReservedIpRanges()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getCreateTime

        @Stability(Stable)
        @NotNull
        public String getCreateTime()
      • getIndexSyncTime

        @Stability(Stable)
        @NotNull
        public String getIndexSyncTime()
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getDeployedIndexIdInput

        @Stability(Stable)
        @Nullable
        public String getDeployedIndexIdInput()
      • getDeploymentGroupInput

        @Stability(Stable)
        @Nullable
        public String getDeploymentGroupInput()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getEnableAccessLoggingInput

        @Stability(Stable)
        @Nullable
        public Object getEnableAccessLoggingInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getIndexEndpointInput

        @Stability(Stable)
        @Nullable
        public String getIndexEndpointInput()
      • getIndexInput

        @Stability(Stable)
        @Nullable
        public String getIndexInput()
      • getReservedIpRangesInput

        @Stability(Stable)
        @Nullable
        public List<String> getReservedIpRangesInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getDeployedIndexId

        @Stability(Stable)
        @NotNull
        public String getDeployedIndexId()
      • setDeployedIndexId

        @Stability(Stable)
        public void setDeployedIndexId​(@NotNull
                                       String value)
      • getDeploymentGroup

        @Stability(Stable)
        @NotNull
        public String getDeploymentGroup()
      • setDeploymentGroup

        @Stability(Stable)
        public void setDeploymentGroup​(@NotNull
                                       String value)
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getEnableAccessLogging

        @Stability(Stable)
        @NotNull
        public Object getEnableAccessLogging()
      • setEnableAccessLogging

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

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

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getIndex

        @Stability(Stable)
        @NotNull
        public String getIndex()
      • setIndex

        @Stability(Stable)
        public void setIndex​(@NotNull
                             String value)
      • getIndexEndpoint

        @Stability(Stable)
        @NotNull
        public String getIndexEndpoint()
      • setIndexEndpoint

        @Stability(Stable)
        public void setIndexEndpoint​(@NotNull
                                     String value)
      • getReservedIpRanges

        @Stability(Stable)
        @NotNull
        public List<String> getReservedIpRanges()
      • setReservedIpRanges

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