DataAttributeBinding

class DataAttributeBinding : KotlinCustomResource

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

Properties

Link copied to clipboard
val attributes: Output<List<String>>

Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}

Link copied to clipboard
val createTime: Output<String>

The time when the DataAttributeBinding was created.

Link copied to clipboard

Required. DataAttributeBinding 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 Location.

Link copied to clipboard
val description: Output<String>

Optional. Description of the DataAttributeBinding.

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. Etags must be used when calling the DeleteDataAttributeBinding and the UpdateDataAttributeBinding method.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. User-defined labels for the DataAttributeBinding.

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

The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}

Link copied to clipboard

Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.

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 resource: Output<String>

Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.

Link copied to clipboard
val uid: Output<String>

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

Link copied to clipboard
val updateTime: Output<String>

The time when the DataAttributeBinding was last updated.

Link copied to clipboard
val urn: Output<String>