1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. lakeformation
  5. getTagAssociation

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.lakeformation.getTagAssociation

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

A resource schema representing a Lake Formation Tag Association. While tag associations are not explicit Lake Formation resources, this CloudFormation resource can be used to associate tags with Lake Formation entities.

Using getTagAssociation

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 getTagAssociation(args: GetTagAssociationArgs, opts?: InvokeOptions): Promise<GetTagAssociationResult>
function getTagAssociationOutput(args: GetTagAssociationOutputArgs, opts?: InvokeOptions): Output<GetTagAssociationResult>
Copy
def get_tag_association(resource_identifier: Optional[str] = None,
                        tags_identifier: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetTagAssociationResult
def get_tag_association_output(resource_identifier: Optional[pulumi.Input[str]] = None,
                        tags_identifier: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetTagAssociationResult]
Copy
func LookupTagAssociation(ctx *Context, args *LookupTagAssociationArgs, opts ...InvokeOption) (*LookupTagAssociationResult, error)
func LookupTagAssociationOutput(ctx *Context, args *LookupTagAssociationOutputArgs, opts ...InvokeOption) LookupTagAssociationResultOutput
Copy

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

public static class GetTagAssociation 
{
    public static Task<GetTagAssociationResult> InvokeAsync(GetTagAssociationArgs args, InvokeOptions? opts = null)
    public static Output<GetTagAssociationResult> Invoke(GetTagAssociationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTagAssociationResult> getTagAssociation(GetTagAssociationArgs args, InvokeOptions options)
public static Output<GetTagAssociationResult> getTagAssociation(GetTagAssociationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:lakeformation:getTagAssociation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceIdentifier This property is required. string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
TagsIdentifier This property is required. string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
ResourceIdentifier This property is required. string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
TagsIdentifier This property is required. string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier This property is required. String
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier This property is required. String
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier This property is required. string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier This property is required. string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resource_identifier This property is required. str
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tags_identifier This property is required. str
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier This property is required. String
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier This property is required. String
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string

getTagAssociation Result

The following output properties are available:

ResourceIdentifier string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
TagsIdentifier string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
ResourceIdentifier string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
TagsIdentifier string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier String
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier String
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier string
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier string
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resource_identifier str
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tags_identifier str
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
resourceIdentifier String
Unique string identifying the resource. Used as primary identifier, which ideally should be a string
tagsIdentifier String
Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi