GoogleCloudDataplexV1DataAttributeBindingPathArgs

data class GoogleCloudDataplexV1DataAttributeBindingPathArgs(val attributes: Output<List<String>>? = null, val name: Output<String>) : ConvertibleToJava<GoogleCloudDataplexV1DataAttributeBindingPathArgs>

Represents a subresource of the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.

Constructors

fun GoogleCloudDataplexV1DataAttributeBindingPathArgs(attributes: Output<List<String>>? = null, name: Output<String>)

Functions

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

Properties

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

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

Link copied to clipboard
val name: Output<String>

The name identifier of the path. Nested columns should be of the form: 'address.city'.