/dhall-aws-cloudformation/cloudformation/AWS::CloudFront::Distribution/OriginGroups.dhall
Copy path to clipboardSource
{ Type =
{ Items : Optional (List (./OriginGroup.dhall).Type), Quantity : Integer }
, default.Items = None (List (./OriginGroup.dhall).Type)
}