EntryGroupArgs

data class EntryGroupArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val entryGroupId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<EntryGroupArgs>

A maximum of 10,000 entry groups may be created per organization across all locations. Users should enable the Data Catalog API in the project identified by the parent parameter (see Data Catalog Resource Project (https://cloud.google.com/data-catalog/docs/concepts/resource-project) for more information).

Constructors

Link copied to clipboard
fun EntryGroupArgs(description: Output<String>? = null, displayName: Output<String>? = null, entryGroupId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EntryGroupArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.

Link copied to clipboard
val displayName: Output<String>? = null

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Link copied to clipboard
val entryGroupId: Output<String>? = null

Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.

Link copied to clipboard
val project: Output<String>? = null