/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::RuleGroup/RuleAction.dhall
Copy path to clipboardSource
{ Type =
{ Allow : Optional (./AllowAction.dhall).Type
, Block : Optional (./BlockAction.dhall).Type
, Captcha : Optional (./CaptchaAction.dhall).Type
, Challenge : Optional (./ChallengeAction.dhall).Type
, Count : Optional (./CountAction.dhall).Type
}
, default =
{ Allow = None (./AllowAction.dhall).Type
, Block = None (./BlockAction.dhall).Type
, Captcha = None (./CaptchaAction.dhall).Type
, Challenge = None (./ChallengeAction.dhall).Type
, Count = None (./CountAction.dhall).Type
}
}