Entry Group Args
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
Properties
Link copied to clipboard
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
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.
Link copied to clipboard
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