Tag Association Args
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
constructor(lfTags: Output<List<TagAssociationLfTagPairArgs>>? = null, resource: Output<TagAssociationResourceArgs>? = null)