/dhall-aws-cloudformation/cloudformation/AWS::MediaTailor::VodSource/Properties.dhall
Copy path to clipboardSource
{ Type =
{ HttpPackageConfigurations : List (./HttpPackageConfiguration.dhall).Type
, SourceLocationName : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
, VodSourceName : (./../../Fn.dhall).CfnText
}
, default.Tags = None (List (./../Tag.dhall).Type)
}