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