/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::WebACL/OverrideAction.dhall
Copy path to clipboardSource
{ Type =
{ Count : Optional (./../../Prelude.dhall).JSON.Type
, None : Optional (./../../Prelude.dhall).JSON.Type
}
, default =
{ Count = None (./../../Prelude.dhall).JSON.Type
, None = None (./../../Prelude.dhall).JSON.Type
}
}