/dhall-aws-cloudformation/cloudformation/AWS::MediaTailor::VodSource/Properties.dhall

Copy path to clipboard

Source

{ 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)
}