/dhall-aws-cloudformation/cloudformation/AWS::Lightsail::Distribution/HeaderObject.dhall

Copy path to clipboard

Source

{ Type =
{ HeadersAllowList : Optional (List (./../../Fn.dhall).CfnText)
, Option : Optional (./../../Fn.dhall).CfnText
}
, default =
{ HeadersAllowList = None (List (./../../Fn.dhall).CfnText)
, Option = None (./../../Fn.dhall).CfnText
}
}