google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.dataplex/v1.getDataAttributeBinding

Retrieves a DataAttributeBinding resource.

Using getDataAttributeBinding

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDataAttributeBinding(args: GetDataAttributeBindingArgs, opts?: InvokeOptions): Promise<GetDataAttributeBindingResult>
function getDataAttributeBindingOutput(args: GetDataAttributeBindingOutputArgs, opts?: InvokeOptions): Output<GetDataAttributeBindingResult>
def get_data_attribute_binding(data_attribute_binding_id: Optional[str] = None,
                               location: Optional[str] = None,
                               project: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDataAttributeBindingResult
def get_data_attribute_binding_output(data_attribute_binding_id: Optional[pulumi.Input[str]] = None,
                               location: Optional[pulumi.Input[str]] = None,
                               project: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDataAttributeBindingResult]
func LookupDataAttributeBinding(ctx *Context, args *LookupDataAttributeBindingArgs, opts ...InvokeOption) (*LookupDataAttributeBindingResult, error)
func LookupDataAttributeBindingOutput(ctx *Context, args *LookupDataAttributeBindingOutputArgs, opts ...InvokeOption) LookupDataAttributeBindingResultOutput

> Note: This function is named LookupDataAttributeBinding in the Go SDK.

public static class GetDataAttributeBinding 
{
    public static Task<GetDataAttributeBindingResult> InvokeAsync(GetDataAttributeBindingArgs args, InvokeOptions? opts = null)
    public static Output<GetDataAttributeBindingResult> Invoke(GetDataAttributeBindingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataAttributeBindingResult> getDataAttributeBinding(GetDataAttributeBindingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:dataplex/v1:getDataAttributeBinding
  arguments:
    # arguments dictionary

The following arguments are supported:

getDataAttributeBinding Result

The following output properties are available:

Attributes 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}

CreateTime string

The time when the DataAttributeBinding was created.

Description string

Optional. Description of the DataAttributeBinding.

DisplayName string

Optional. User friendly display name.

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

Labels Dictionary<string, string>

Optional. User-defined labels for the DataAttributeBinding.

Name string

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

Paths List<Pulumi.GoogleNative.Dataplex.V1.Outputs.GoogleCloudDataplexV1DataAttributeBindingPathResponse>

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

Resource string

Optional. Immutable. The resource name of the resource that is binded 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.

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

UpdateTime string

The time when the DataAttributeBinding was last updated.

Attributes []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}

CreateTime string

The time when the DataAttributeBinding was created.

Description string

Optional. Description of the DataAttributeBinding.

DisplayName string

Optional. User friendly display name.

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

Labels map[string]string

Optional. User-defined labels for the DataAttributeBinding.

Name string

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

Paths []GoogleCloudDataplexV1DataAttributeBindingPathResponse

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

Resource string

Optional. Immutable. The resource name of the resource that is binded 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.

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

UpdateTime string

The time when the DataAttributeBinding was last updated.

attributes 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}

createTime String

The time when the DataAttributeBinding was created.

description String

Optional. Description of the DataAttributeBinding.

displayName String

Optional. User friendly display name.

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

labels Map<String,String>

Optional. User-defined labels for the DataAttributeBinding.

name String

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

paths List<GoogleCloudDataplexV1DataAttributeBindingPathResponse>

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

resource String

Optional. Immutable. The resource name of the resource that is binded 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.

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

updateTime String

The time when the DataAttributeBinding was last updated.

attributes 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}

createTime string

The time when the DataAttributeBinding was created.

description string

Optional. Description of the DataAttributeBinding.

displayName string

Optional. User friendly display name.

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

labels {[key: string]: string}

Optional. User-defined labels for the DataAttributeBinding.

name string

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

paths GoogleCloudDataplexV1DataAttributeBindingPathResponse[]

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

resource string

Optional. Immutable. The resource name of the resource that is binded 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.

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

updateTime string

The time when the DataAttributeBinding was last updated.

attributes Sequence[str]

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

create_time str

The time when the DataAttributeBinding was created.

description str

Optional. Description of the DataAttributeBinding.

display_name str

Optional. User friendly display name.

etag str

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.

labels Mapping[str, str]

Optional. User-defined labels for the DataAttributeBinding.

name str

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

paths Sequence[GoogleCloudDataplexV1DataAttributeBindingPathResponse]

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

resource str

Optional. Immutable. The resource name of the resource that is binded 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.

uid str

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.

update_time str

The time when the DataAttributeBinding was last updated.

attributes 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}

createTime String

The time when the DataAttributeBinding was created.

description String

Optional. Description of the DataAttributeBinding.

displayName String

Optional. User friendly display name.

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

labels Map<String>

Optional. User-defined labels for the DataAttributeBinding.

name String

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

paths List<Property Map>

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

resource String

Optional. Immutable. The resource name of the resource that is binded 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.

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

updateTime String

The time when the DataAttributeBinding was last updated.

Supporting Types

GoogleCloudDataplexV1DataAttributeBindingPathResponse

Attributes List<string>

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}

Name string

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

Attributes []string

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}

Name string

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

attributes List<String>

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}

name String

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

attributes string[]

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}

name string

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

attributes Sequence[str]

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}

name str

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

attributes List<String>

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}

name String

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

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0