Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dataplex/v1.getDataTaxonomy
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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:
- Data
Taxonomy stringId - Location string
- Project string
- Data
Taxonomy stringId - Location string
- Project string
- data
Taxonomy StringId - location String
- project String
- data
Taxonomy stringId - location string
- project string
- data_
taxonomy_ strid - location str
- project str
- data
Taxonomy StringId - location String
- project String
getDataTaxonomy Result
The following output properties are available:
- Attribute
Count int The number of attributes in the DataTaxonomy.
- Class
Count int The number of classes in the DataTaxonomy.
- Create
Time string The time when the DataTaxonomy was created.
- Description string
Optional. Description of the DataTaxonomy.
- Display
Name 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.
- Update
Time 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 string The time when the DataTaxonomy was created.
- Description string
Optional. Description of the DataTaxonomy.
- Display
Name 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.
- Update
Time string The time when the DataTaxonomy was last updated.
- attribute
Count Integer The number of attributes in the DataTaxonomy.
- class
Count Integer The number of classes in the DataTaxonomy.
- create
Time String The time when the DataTaxonomy was created.
- description String
Optional. Description of the DataTaxonomy.
- display
Name 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.
- update
Time String The time when the DataTaxonomy was last updated.
- attribute
Count number The number of attributes in the DataTaxonomy.
- class
Count number The number of classes in the DataTaxonomy.
- create
Time string The time when the DataTaxonomy was created.
- description string
Optional. Description of the DataTaxonomy.
- display
Name 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.
- update
Time 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.
- attribute
Count Number The number of attributes in the DataTaxonomy.
- class
Count Number The number of classes in the DataTaxonomy.
- create
Time String The time when the DataTaxonomy was created.
- description String
Optional. Description of the DataTaxonomy.
- display
Name 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.
- update
Time String The time when the DataTaxonomy was last updated.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.