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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDiscoveryEngineSchemaConfig.BuilderA builder forDiscoveryEngineSchemaConfigstatic classDiscoveryEngineSchemaConfig.Jsii$ProxyAn implementation forDiscoveryEngineSchemaConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DiscoveryEngineSchemaConfig.Builderbuilder()StringgetDataStoreId()The unique id of the data store.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#id DiscoveryEngineSchema#id}.default StringgetJsonSchema()The JSON representation of the schema.StringgetLocation()The geographic location where the data store should reside.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/discovery_engine_schema#project DiscoveryEngineSchema#project}.StringgetSchemaId()The unique id of the schema.default DiscoveryEngineSchemaTimeoutsgetTimeouts()timeouts block.
-
-
-
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}
-
builder
@Stability(Stable) static DiscoveryEngineSchemaConfig.Builder builder()
-
-