Databricks v1.75.0 published on Thursday, Sep 11, 2025 by Pulumi
databricks.getEntityTagAssignment
Explore with Pulumi AI
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:
- Entity
Name string - The fully qualified name of the entity to which the tag is assigned
- Entity
Type string - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
- Tag
Key string - The key of the tag
- Tag
Value string - (string) - The value of the tag
- Workspace
Id string - Workspace ID of the resource
- Entity
Name string - The fully qualified name of the entity to which the tag is assigned
- Entity
Type string - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
- Tag
Key string - The key of the tag
- Tag
Value string - (string) - The value of the tag
- Workspace
Id string - Workspace ID of the resource
- entity
Name String - The fully qualified name of the entity to which the tag is assigned
- entity
Type String - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
- tag
Key String - The key of the tag
- tag
Value String - (string) - The value of the tag
- workspace
Id String - Workspace ID of the resource
- entity
Name string - The fully qualified name of the entity to which the tag is assigned
- entity
Type string - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
- tag
Key string - The key of the tag
- tag
Value string - (string) - The value of the tag
- workspace
Id 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
- entity
Name String - The fully qualified name of the entity to which the tag is assigned
- entity
Type String - The type of the entity to which the tag is assigned. Allowed values are: catalogs, schemas, tables, columns, volumes
- tag
Key String - The key of the tag
- tag
Value String - (string) - The value of the tag
- workspace
Id String - Workspace ID of the resource
getEntityTagAssignment Result
The following output properties are available:
- Entity
Name string - (string) - The fully qualified name of the entity to which the tag is assigned
- Entity
Type 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.
- Tag
Key string - (string) - The key of the tag
- Tag
Value string - (string) - The value of the tag
- Workspace
Id string
- Entity
Name string - (string) - The fully qualified name of the entity to which the tag is assigned
- Entity
Type 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.
- Tag
Key string - (string) - The key of the tag
- Tag
Value string - (string) - The value of the tag
- Workspace
Id string
- entity
Name String - (string) - The fully qualified name of the entity to which the tag is assigned
- entity
Type 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.
- tag
Key String - (string) - The key of the tag
- tag
Value String - (string) - The value of the tag
- workspace
Id String
- entity
Name string - (string) - The fully qualified name of the entity to which the tag is assigned
- entity
Type 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.
- tag
Key string - (string) - The key of the tag
- tag
Value string - (string) - The value of the tag
- workspace
Id 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
- entity
Name String - (string) - The fully qualified name of the entity to which the tag is assigned
- entity
Type 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.
- tag
Key String - (string) - The key of the tag
- tag
Value String - (string) - The value of the tag
- workspace
Id String
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.