aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.lakeformation.getTagAssociation

Explore with Pulumi AI

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>
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]
func LookupTagAssociation(ctx *Context, args *LookupTagAssociationArgs, opts ...InvokeOption) (*LookupTagAssociationResult, error)
func LookupTagAssociationOutput(ctx *Context, args *LookupTagAssociationOutputArgs, opts ...InvokeOption) LookupTagAssociationResultOutput

> 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)
}
public static CompletableFuture<GetTagAssociationResult> getTagAssociation(GetTagAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:lakeformation:getTagAssociation
  arguments:
    # arguments dictionary

The following arguments are supported:

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

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