Interface DocumentAiWarehouseDocumentSchemaConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DocumentAiWarehouseDocumentSchemaConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.108Z") @Stability(Stable) public interface DocumentAiWarehouseDocumentSchemaConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentAiWarehouseDocumentSchemaConfig.BuilderA builder forDocumentAiWarehouseDocumentSchemaConfigstatic classDocumentAiWarehouseDocumentSchemaConfig.Jsii$ProxyAn implementation forDocumentAiWarehouseDocumentSchemaConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DocumentAiWarehouseDocumentSchemaConfig.Builderbuilder()StringgetDisplayName()Name of the schema given by the user.default ObjectgetDocumentIsFolder()Tells whether the document is a folder or a typical document.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#id DocumentAiWarehouseDocumentSchema#id}.StringgetLocation()The location of the resource.StringgetProjectNumber()The unique identifier of the project.ObjectgetPropertyDefinitions()property_definitions block.default DocumentAiWarehouseDocumentSchemaTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Name of the schema given by the user.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#display_name DocumentAiWarehouseDocumentSchema#display_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#location DocumentAiWarehouseDocumentSchema#location}
-
getProjectNumber
@Stability(Stable) @NotNull String getProjectNumber()
The unique identifier of the project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#project_number DocumentAiWarehouseDocumentSchema#project_number}
-
getPropertyDefinitions
@Stability(Stable) @NotNull Object getPropertyDefinitions()
property_definitions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#property_definitions DocumentAiWarehouseDocumentSchema#property_definitions}
-
getDocumentIsFolder
@Stability(Stable) @Nullable default Object getDocumentIsFolder()
Tells whether the document is a folder or a typical document.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#document_is_folder DocumentAiWarehouseDocumentSchema#document_is_folder}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#id DocumentAiWarehouseDocumentSchema#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.
-
getTimeouts
@Stability(Stable) @Nullable default DocumentAiWarehouseDocumentSchemaTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#timeouts DocumentAiWarehouseDocumentSchema#timeouts}
-
builder
@Stability(Stable) static DocumentAiWarehouseDocumentSchemaConfig.Builder builder()
-
-