DataTaxonomy

class DataTaxonomy : KotlinCustomResource

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

Properties

Link copied to clipboard
val attributeCount: Output<Int>

The number of attributes in the DataTaxonomy.

Link copied to clipboard
val createTime: Output<String>

The time when the DataTaxonomy was created.

Link copied to clipboard
val dataTaxonomyId: Output<String>

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>

Optional. Description of the DataTaxonomy.

Link copied to clipboard
val displayName: Output<String>

Optional. User friendly display name.

Link copied to clipboard
val etag: Output<String>

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 id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User-defined labels for the DataTaxonomy.

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

The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uid: Output<String>

System generated globally unique ID for the dataTaxonomy. This ID will be different if the DataTaxonomy is deleted and re-created with the same name.

Link copied to clipboard
val updateTime: Output<String>

The time when the DataTaxonomy was last updated.

Link copied to clipboard
val urn: Output<String>