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

Copy path to clipboard

Source

{ Type =
{ Destination : Optional (./OutputLocationRef.dhall).Type
, FrameCaptureCdnSettings : Optional (./FrameCaptureCdnSettings.dhall).Type
}
, default =
{ Destination = None (./OutputLocationRef.dhall).Type
, FrameCaptureCdnSettings = None (./FrameCaptureCdnSettings.dhall).Type
}
}