/dhall-aws-cloudformation/cloudformation/AWS::MediaLive::Channel/ArchiveContainerSettings.dhall

Copy path to clipboard

Source

{ Type =
{ M2tsSettings : Optional (./M2tsSettings.dhall).Type
, RawSettings : Optional (./RawSettings.dhall).Type
}
, default =
{ M2tsSettings = None (./M2tsSettings.dhall).Type
, RawSettings = None (./RawSettings.dhall).Type
}
}