/dhall-aws-cloudformation/cloudformation/AWS::WAFv2::WebACL/AWSManagedRulesATPRuleSet.dhall

Copy path to clipboard

Source

{ Type =
{ EnableRegexInPath : Optional Bool
, LoginPath : (./../../Fn.dhall).CfnText
, RequestInspection : Optional (./RequestInspection.dhall).Type
, ResponseInspection : Optional (./ResponseInspection.dhall).Type
}
, default =
{ EnableRegexInPath = None Bool
, RequestInspection = None (./RequestInspection.dhall).Type
, ResponseInspection = None (./ResponseInspection.dhall).Type
}
}