Package-level declarations

Types

Link copied to clipboard
class Contact : KotlinCustomResource

A contact that will receive notifications from Google Cloud. To get more information about Contact, see:

Link copied to clipboard
data class ContactArgs(val email: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<String>>? = null, val parent: Output<String>? = null) : ConvertibleToJava<ContactArgs>

A contact that will receive notifications from Google Cloud. To get more information about Contact, see:

Link copied to clipboard
Link copied to clipboard
object ContactMapper : ResourceMapper<Contact>
Link copied to clipboard
Link copied to clipboard
class DocumentAiProcessor : KotlinCustomResource

The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see:

Link copied to clipboard
data class DocumentAiProcessorArgs(val displayName: Output<String>? = null, val kmsKeyName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<DocumentAiProcessorArgs>

The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see:

Link copied to clipboard
class DocumentAiProcessorDefaultVersion : KotlinCustomResource

The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.

Link copied to clipboard
data class DocumentAiProcessorDefaultVersionArgs(val processor: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<DocumentAiProcessorDefaultVersionArgs>

The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.

Link copied to clipboard
Link copied to clipboard
class DocumentAiWarehouseDocumentSchema : KotlinCustomResource

A document schema is used to define document structure. To get more information about DocumentSchema, see:

Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaArgs(val displayName: Output<String>? = null, val documentIsFolder: Output<Boolean>? = null, val location: Output<String>? = null, val projectNumber: Output<String>? = null, val propertyDefinitions: Output<List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs>>? = null) : ConvertibleToJava<DocumentAiWarehouseDocumentSchemaArgs>

A document schema is used to define document structure. To get more information about DocumentSchema, see:

Link copied to clipboard
class DocumentAiWarehouseLocation : KotlinCustomResource

A location is used to initialize a project. To get more information about Location, see:

Link copied to clipboard
data class DocumentAiWarehouseLocationArgs(val accessControlMode: Output<String>? = null, val databaseType: Output<String>? = null, val documentCreatorDefaultRole: Output<String>? = null, val kmsKey: Output<String>? = null, val location: Output<String>? = null, val projectNumber: Output<String>? = null) : ConvertibleToJava<DocumentAiWarehouseLocationArgs>

A location is used to initialize a project. To get more information about Location, see:

Functions