AWS Native is in preview. AWS Classic is fully supported.
aws-native.lakeformation.getTagAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- string
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- Resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- string
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier String - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- String
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- 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
- str
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier String - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- 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:
- Resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- string
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- Resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- string
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier String - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- String
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier string - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- 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
- str
- Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string
- resource
Identifier String - Unique string identifying the resource. Used as primary identifier, which ideally should be a string
- 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
AWS Native is in preview. AWS Classic is fully supported.