/dhall-aws-cloudformation/cloudformation/AWS::MediaPackage::Channel/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ Description : Optional (./../../Fn.dhall).CfnText
, EgressAccessLogs : Optional (./LogConfiguration.dhall).Type
, HlsIngest : Optional (./HlsIngest.dhall).Type
, Id : (./../../Fn.dhall).CfnText
, IngressAccessLogs : Optional (./LogConfiguration.dhall).Type
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, EgressAccessLogs = None (./LogConfiguration.dhall).Type
, HlsIngest = None (./HlsIngest.dhall).Type
, IngressAccessLogs = None (./LogConfiguration.dhall).Type
, Tags = None (List (./../Tag.dhall).Type)
}
}