/dhall-aws-cloudformation/cloudformation/AWS::LakeFormation::TagAssociation/LFTagPair.dhall

Copy path to clipboard

Source

{ Type =
{ CatalogId : (./../../Fn.dhall).CfnText
, TagKey : (./../../Fn.dhall).CfnText
, TagValues : List (./../../Fn.dhall).CfnText
}
, default = {=}
}