/dhall-aws-cloudformation/cloudformation/AWS::Lightsail::Distribution/CookieObject.dhall
Copy path to clipboardSource
{ Type =
{ CookiesAllowList : Optional (List (./../../Fn.dhall).CfnText)
, Option : Optional (./../../Fn.dhall).CfnText
}
, default =
{ CookiesAllowList = None (List (./../../Fn.dhall).CfnText)
, Option = None (./../../Fn.dhall).CfnText
}
}