Interface DocumentAiProcessorConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DocumentAiProcessorConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.105Z") @Stability(Stable) public interface DocumentAiProcessorConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentAiProcessorConfig.BuilderA builder forDocumentAiProcessorConfigstatic classDocumentAiProcessorConfig.Jsii$ProxyAn implementation forDocumentAiProcessorConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DocumentAiProcessorConfig.Builderbuilder()StringgetDisplayName()The display name.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#id DocumentAiProcessor#id}.default StringgetKmsKeyName()The KMS key used for encryption/decryption in CMEK scenarios.StringgetLocation()The location of the resource.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#project DocumentAiProcessor#project}.default DocumentAiProcessorTimeoutsgetTimeouts()timeouts block.StringgetType()The type of processor.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The display name. Must be unique.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#display_name DocumentAiProcessor#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_processor#location DocumentAiProcessor#location}
-
getType
@Stability(Stable) @NotNull String getType()
The type of processor. For possible types see the official list.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#type DocumentAiProcessor#type}
-
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_processor#id DocumentAiProcessor#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.
-
getKmsKeyName
@Stability(Stable) @Nullable default String getKmsKeyName()
The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#kms_key_name DocumentAiProcessor#kms_key_name}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#project DocumentAiProcessor#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DocumentAiProcessorTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_processor#timeouts DocumentAiProcessor#timeouts}
-
builder
@Stability(Stable) static DocumentAiProcessorConfig.Builder builder()
- Returns:
- a
DocumentAiProcessorConfig.BuilderofDocumentAiProcessorConfig
-
-