Attribute

class Attribute : KotlinCustomResource

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

Properties

Link copied to clipboard
val attributeCount: Output<Int>

The number of child attributes present for this attribute.

Link copied to clipboard
val createTime: Output<String>

The time when the DataAttribute was created.

Link copied to clipboard

Optional. Specified when applied to data stored on the resource (eg: rows, columns in BigQuery Tables).

Link copied to clipboard
val dataAttributeId: Output<String>

Required. DataAttribute 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 DataTaxonomy.

Link copied to clipboard
val dataTaxonomyId: Output<String>
Link copied to clipboard
val description: Output<String>

Optional. Description of the DataAttribute.

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 DataAttribute.

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

The relative resource name of the dataAttribute, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.

Link copied to clipboard
val parentId: Output<String>

Optional. The ID of the parent DataAttribute resource, should belong to the same data taxonomy. Circular dependency in parent chain is not valid. Maximum depth of the hierarchy allowed is 4. a -> b -> c -> d -> e, depth = 4

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

Optional. Specified when applied to a resource (eg: Cloud Storage bucket, BigQuery dataset, BigQuery table).

Link copied to clipboard
val uid: Output<String>

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

Link copied to clipboard
val updateTime: Output<String>

The time when the DataAttribute was last updated.

Link copied to clipboard
val urn: Output<String>