1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dataplex
  5. dataplex/v1
  6. getDataTaxonomy

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dataplex/v1.getDataTaxonomy

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Retrieves a DataTaxonomy resource.

    Using getDataTaxonomy

    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 getDataTaxonomy(args: GetDataTaxonomyArgs, opts?: InvokeOptions): Promise<GetDataTaxonomyResult>
    function getDataTaxonomyOutput(args: GetDataTaxonomyOutputArgs, opts?: InvokeOptions): Output<GetDataTaxonomyResult>
    def get_data_taxonomy(data_taxonomy_id: Optional[str] = None,
                          location: Optional[str] = None,
                          project: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDataTaxonomyResult
    def get_data_taxonomy_output(data_taxonomy_id: Optional[pulumi.Input[str]] = None,
                          location: Optional[pulumi.Input[str]] = None,
                          project: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDataTaxonomyResult]
    func LookupDataTaxonomy(ctx *Context, args *LookupDataTaxonomyArgs, opts ...InvokeOption) (*LookupDataTaxonomyResult, error)
    func LookupDataTaxonomyOutput(ctx *Context, args *LookupDataTaxonomyOutputArgs, opts ...InvokeOption) LookupDataTaxonomyResultOutput

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

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

    The following arguments are supported:

    DataTaxonomyId string
    Location string
    Project string
    DataTaxonomyId string
    Location string
    Project string
    dataTaxonomyId String
    location String
    project String
    dataTaxonomyId string
    location string
    project string
    dataTaxonomyId String
    location String
    project String

    getDataTaxonomy Result

    The following output properties are available:

    AttributeCount int

    The number of attributes in the DataTaxonomy.

    ClassCount int

    The number of classes in the DataTaxonomy.

    CreateTime string

    The time when the DataTaxonomy was created.

    Description string

    Optional. Description of the DataTaxonomy.

    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.

    Labels Dictionary<string, string>

    Optional. User-defined labels for the DataTaxonomy.

    Name string

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    Uid string

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

    UpdateTime string

    The time when the DataTaxonomy was last updated.

    AttributeCount int

    The number of attributes in the DataTaxonomy.

    ClassCount int

    The number of classes in the DataTaxonomy.

    CreateTime string

    The time when the DataTaxonomy was created.

    Description string

    Optional. Description of the DataTaxonomy.

    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.

    Labels map[string]string

    Optional. User-defined labels for the DataTaxonomy.

    Name string

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    Uid string

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

    UpdateTime string

    The time when the DataTaxonomy was last updated.

    attributeCount Integer

    The number of attributes in the DataTaxonomy.

    classCount Integer

    The number of classes in the DataTaxonomy.

    createTime String

    The time when the DataTaxonomy was created.

    description String

    Optional. Description of the DataTaxonomy.

    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.

    labels Map<String,String>

    Optional. User-defined labels for the DataTaxonomy.

    name String

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    uid String

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

    updateTime String

    The time when the DataTaxonomy was last updated.

    attributeCount number

    The number of attributes in the DataTaxonomy.

    classCount number

    The number of classes in the DataTaxonomy.

    createTime string

    The time when the DataTaxonomy was created.

    description string

    Optional. Description of the DataTaxonomy.

    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.

    labels {[key: string]: string}

    Optional. User-defined labels for the DataTaxonomy.

    name string

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    uid string

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

    updateTime string

    The time when the DataTaxonomy was last updated.

    attribute_count int

    The number of attributes in the DataTaxonomy.

    class_count int

    The number of classes in the DataTaxonomy.

    create_time str

    The time when the DataTaxonomy was created.

    description str

    Optional. Description of the DataTaxonomy.

    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.

    labels Mapping[str, str]

    Optional. User-defined labels for the DataTaxonomy.

    name str

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    uid str

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

    update_time str

    The time when the DataTaxonomy was last updated.

    attributeCount Number

    The number of attributes in the DataTaxonomy.

    classCount Number

    The number of classes in the DataTaxonomy.

    createTime String

    The time when the DataTaxonomy was created.

    description String

    Optional. Description of the DataTaxonomy.

    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.

    labels Map<String>

    Optional. User-defined labels for the DataTaxonomy.

    name String

    The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

    uid String

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

    updateTime String

    The time when the DataTaxonomy was last updated.

    Package Details

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

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi