Data Attribute Binding Args
data class DataAttributeBindingArgs(val attributes: Output<List<String>>? = null, val dataAttributeBindingId: 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 paths: Output<List<GoogleCloudDataplexV1DataAttributeBindingPathArgs>>? = null, val project: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<DataAttributeBindingArgs>
Create a DataAttributeBinding resource. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun DataAttributeBindingArgs(attributes: Output<List<String>>? = null, dataAttributeBindingId: 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, paths: Output<List<GoogleCloudDataplexV1DataAttributeBindingPathArgs>>? = null, project: Output<String>? = null, resource: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.