/dhall-aws-cloudformation/cloudformation/AWS::GameLift::Location/Properties.dhall
Copy path to clipboardSource
{ Type =
{ LocationName : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default.Tags = None (List (./../Tag.dhall).Type)
}