/dhall-aws-cloudformation/cloudformation/AWS::CloudFront::Distribution/OriginGroups.dhall

Copy path to clipboard

Source

{ Type =
{ Items : Optional (List (./OriginGroup.dhall).Type), Quantity : Integer }
, default.Items = None (List (./OriginGroup.dhall).Type)
}