1. Packages
  2. Databricks Provider
  3. API Docs
  4. getEntityTagAssignment
Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi

databricks.getEntityTagAssignment

Explore with Pulumi AI

databricks logo
Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi

    Using getEntityTagAssignment

    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 getEntityTagAssignment(args: GetEntityTagAssignmentArgs, opts?: InvokeOptions): Promise<GetEntityTagAssignmentResult>
    function getEntityTagAssignmentOutput(args: GetEntityTagAssignmentOutputArgs, opts?: InvokeOptions): Output<GetEntityTagAssignmentResult>
    def get_entity_tag_assignment(entity_name: Optional[str] = None,
                                  entity_type: Optional[str] = None,
                                  tag_key: Optional[str] = None,
                                  tag_value: Optional[str] = None,
                                  workspace_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetEntityTagAssignmentResult
    def get_entity_tag_assignment_output(entity_name: Optional[pulumi.Input[str]] = None,
                                  entity_type: Optional[pulumi.Input[str]] = None,
                                  tag_key: Optional[pulumi.Input[str]] = None,
                                  tag_value: Optional[pulumi.Input[str]] = None,
                                  workspace_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetEntityTagAssignmentResult]
    func LookupEntityTagAssignment(ctx *Context, args *LookupEntityTagAssignmentArgs, opts ...InvokeOption) (*LookupEntityTagAssignmentResult, error)
    func LookupEntityTagAssignmentOutput(ctx *Context, args *LookupEntityTagAssignmentOutputArgs, opts ...InvokeOption) LookupEntityTagAssignmentResultOutput

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

    public static class GetEntityTagAssignment 
    {
        public static Task<GetEntityTagAssignmentResult> InvokeAsync(GetEntityTagAssignmentArgs args, InvokeOptions? opts = null)
        public static Output<GetEntityTagAssignmentResult> Invoke(GetEntityTagAssignmentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEntityTagAssignmentResult> getEntityTagAssignment(GetEntityTagAssignmentArgs args, InvokeOptions options)
    public static Output<GetEntityTagAssignmentResult> getEntityTagAssignment(GetEntityTagAssignmentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getEntityTagAssignment:getEntityTagAssignment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    TagKey string
    The key of the tag
    TagValue string
    (string) - The value of the tag
    WorkspaceId string
    Workspace ID of the resource
    EntityName string
    The fully qualified name of the entity to which the tag is assigned
    EntityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    TagKey string
    The key of the tag
    TagValue string
    (string) - The value of the tag
    WorkspaceId string
    Workspace ID of the resource
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey String
    The key of the tag
    tagValue String
    (string) - The value of the tag
    workspaceId String
    Workspace ID of the resource
    entityName string
    The fully qualified name of the entity to which the tag is assigned
    entityType string
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey string
    The key of the tag
    tagValue string
    (string) - The value of the tag
    workspaceId string
    Workspace ID of the resource
    entity_name str
    The fully qualified name of the entity to which the tag is assigned
    entity_type str
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tag_key str
    The key of the tag
    tag_value str
    (string) - The value of the tag
    workspace_id str
    Workspace ID of the resource
    entityName String
    The fully qualified name of the entity to which the tag is assigned
    entityType String
    The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    tagKey String
    The key of the tag
    tagValue String
    (string) - The value of the tag
    workspaceId String
    Workspace ID of the resource

    getEntityTagAssignment Result

    The following output properties are available:

    EntityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    EntityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    Id string
    The provider-assigned unique ID for this managed resource.
    TagKey string
    (string) - The key of the tag
    TagValue string
    (string) - The value of the tag
    WorkspaceId string
    EntityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    EntityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    Id string
    The provider-assigned unique ID for this managed resource.
    TagKey string
    (string) - The key of the tag
    TagValue string
    (string) - The value of the tag
    WorkspaceId string
    entityName String
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType String
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id String
    The provider-assigned unique ID for this managed resource.
    tagKey String
    (string) - The key of the tag
    tagValue String
    (string) - The value of the tag
    workspaceId String
    entityName string
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType string
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id string
    The provider-assigned unique ID for this managed resource.
    tagKey string
    (string) - The key of the tag
    tagValue string
    (string) - The value of the tag
    workspaceId string
    entity_name str
    (string) - The fully qualified name of the entity to which the tag is assigned
    entity_type str
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id str
    The provider-assigned unique ID for this managed resource.
    tag_key str
    (string) - The key of the tag
    tag_value str
    (string) - The value of the tag
    workspace_id str
    entityName String
    (string) - The fully qualified name of the entity to which the tag is assigned
    entityType String
    (string) - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
    id String
    The provider-assigned unique ID for this managed resource.
    tagKey String
    (string) - The key of the tag
    tagValue String
    (string) - The value of the tag
    workspaceId String

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi