TagAssociationArgs

data class TagAssociationArgs(val lfTags: Output<List<TagAssociationLfTagPairArgs>>? = null, val resource: Output<TagAssociationResourceArgs>? = null) : ConvertibleToJava<TagAssociationArgs>

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.

Constructors

Link copied to clipboard
fun TagAssociationArgs(lfTags: Output<List<TagAssociationLfTagPairArgs>>? = null, resource: Output<TagAssociationResourceArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TagAssociationArgs

Properties

Link copied to clipboard

List of Lake Formation Tags to associate with the Lake Formation Resource

Link copied to clipboard

Resource to tag with the Lake Formation Tags