DataTaxonomyArgs

data class DataTaxonomyArgs(val dataTaxonomyId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val etag: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<DataTaxonomyArgs>

Create a DataTaxonomy resource. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun DataTaxonomyArgs(dataTaxonomyId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, etag: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, project: Output<String>? = null)

Functions

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

Properties

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

Required. DataTaxonomy identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the Project.

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

Optional. Description of the DataTaxonomy.

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

Optional. User friendly display name.

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

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. User-defined labels for the DataTaxonomy.

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