Interface DiscoveryEngineSchemaConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    DiscoveryEngineSchemaConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.055Z")
    @Stability(Stable)
    public interface DiscoveryEngineSchemaConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getDataStoreId

        @Stability(Stable)
        @NotNull
        String getDataStoreId()
        The unique id of the data store.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#data_store_id DiscoveryEngineSchema#data_store_id}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The geographic location where the data store should reside. The value can only be one of "global", "us" and "eu".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#location DiscoveryEngineSchema#location}

      • getSchemaId

        @Stability(Stable)
        @NotNull
        String getSchemaId()
        The unique id of the schema.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#schema_id DiscoveryEngineSchema#schema_id}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#id DiscoveryEngineSchema#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getJsonSchema

        @Stability(Stable)
        @Nullable
        default String getJsonSchema()
        The JSON representation of the schema.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#json_schema DiscoveryEngineSchema#json_schema}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#project DiscoveryEngineSchema#project}.
      • getTimeouts

        @Stability(Stable)
        @Nullable
        default DiscoveryEngineSchemaTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#timeouts DiscoveryEngineSchema#timeouts}