/dhall-aws-cloudformation/cloudformation/AWS::LakeFormation::TagAssociation/LFTagPair.dhall
Copy path to clipboardSource
{ Type =
{ CatalogId : (./../../Fn.dhall).CfnText
, TagKey : (./../../Fn.dhall).CfnText
, TagValues : List (./../../Fn.dhall).CfnText
}
, default = {=}
}