GetWebACLForResource unicodeCpp Example
#include <CkRestW.h>
#include <CkAuthAwsW.h>
#include <CkJsonObjectW.h>
#include <CkStringBuilderW.h>
void ChilkatSample(void)
{
// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkRestW rest;
bool success;
CkAuthAwsW authAws;
authAws.put_AccessKey(L"AWS_ACCESS_KEY");
authAws.put_SecretKey(L"AWS_SECRET_KEY");
// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.put_Region(L"us-west-2");
authAws.put_ServiceName(L"wafv2");
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
rest.SetAuthAws(authAws);
// URL: https://wafv2.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = rest.Connect(L"wafv2.us-west-2.amazonaws.com",443,true,true);
if (success != true) {
wprintf(L"ConnectFailReason: %d\n",rest.get_ConnectFailReason());
wprintf(L"%s\n",rest.lastErrorText());
return;
}
// The following code creates the JSON request body.
// The JSON created by this code is shown below.
// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON
CkJsonObjectW json;
json.UpdateString(L"ResourceArn",L"string");
// The JSON request body created by the above code:
// {
// "ResourceArn": "string"
// }
rest.AddHeader(L"Content-Type",L"application/x-amz-json-1.1");
rest.AddHeader(L"X-Amz-Target",L"AWSWAF_20190729.GetWebACLForResource");
CkStringBuilderW sbRequestBody;
json.EmitSb(sbRequestBody);
CkStringBuilderW sbResponseBody;
success = rest.FullRequestSb(L"POST",L"/",sbRequestBody,sbResponseBody);
if (success != true) {
wprintf(L"%s\n",rest.lastErrorText());
return;
}
int respStatusCode = rest.get_ResponseStatusCode();
wprintf(L"response status code = %d\n",respStatusCode);
if (respStatusCode != 200) {
wprintf(L"Response Header:\n");
wprintf(L"%s\n",rest.responseHeader());
wprintf(L"Response Body:\n");
wprintf(L"%s\n",sbResponseBody.getAsString());
return;
}
CkJsonObjectW jResp;
jResp.LoadSb(sbResponseBody);
// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.
// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON
// Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
// See this example explaining how this memory should be used: const char * functions.
const wchar_t *Value = 0;
const wchar_t *ManagedRuleGroupStatementName = 0;
const wchar_t *OversizeHandling = 0;
const wchar_t *MatchScope = 0;
const wchar_t *CookiesOversizeHandling = 0;
const wchar_t *HeadersMatchScope = 0;
const wchar_t *HeadersOversizeHandling = 0;
const wchar_t *InvalidFallbackBehavior = 0;
const wchar_t *JsonBodyMatchScope = 0;
const wchar_t *JsonBodyOversizeHandling = 0;
const wchar_t *SingleHeaderName = 0;
const wchar_t *SingleQueryArgumentName = 0;
const wchar_t *PositionalConstraint = 0;
int SearchString;
const wchar_t *FallbackBehavior = 0;
const wchar_t *HeaderName = 0;
const wchar_t *IPSetReferenceStatementARN = 0;
const wchar_t *IPSetForwardedIPConfigFallbackBehavior = 0;
const wchar_t *IPSetForwardedIPConfigHeaderName = 0;
const wchar_t *Position = 0;
const wchar_t *Key = 0;
const wchar_t *Scope = 0;
const wchar_t *ManagedRuleGroupStatement = 0;
const wchar_t *Statement = 0;
const wchar_t *AggregateKeyType = 0;
const wchar_t *ForwardedIPConfigFallbackBehavior = 0;
const wchar_t *ForwardedIPConfigHeaderName = 0;
int Limit;
const wchar_t *ScopeDownStatement = 0;
const wchar_t *BodyOversizeHandling = 0;
const wchar_t *CookiesMatchScope = 0;
const wchar_t *JsonBodyInvalidFallbackBehavior = 0;
const wchar_t *RegexString = 0;
const wchar_t *RegexPatternSetReferenceStatementARN = 0;
const wchar_t *RuleGroupReferenceStatementARN = 0;
const wchar_t *ComparisonOperator = 0;
int Size;
const wchar_t *VendorName = 0;
const wchar_t *Version = 0;
int Priority;
int VisibilityConfigCloudWatchMetricsEnabled;
const wchar_t *VisibilityConfigMetricName = 0;
int VisibilityConfigSampledRequestsEnabled;
int j;
int count_j;
const wchar_t *LoginPath = 0;
const wchar_t *Identifier = 0;
const wchar_t *PayloadType = 0;
const wchar_t *UsernameFieldIdentifier = 0;
const wchar_t *strVal = 0;
const wchar_t *v_Type = 0;
const wchar_t *ByteMatchStatementPositionalConstraint = 0;
int ByteMatchStatementSearchString;
const wchar_t *IPSetForwardedIPConfigPosition = 0;
const wchar_t *LabelMatchStatementKey = 0;
const wchar_t *LabelMatchStatementScope = 0;
const wchar_t *ScopeDownStatementManagedRuleGroupStatement = 0;
const wchar_t *NotStatementStatement = 0;
const wchar_t *RateBasedStatementAggregateKeyType = 0;
int RateBasedStatementLimit;
const wchar_t *RateBasedStatementScopeDownStatement = 0;
const wchar_t *RegexMatchStatementRegexString = 0;
const wchar_t *SizeConstraintStatementComparisonOperator = 0;
int SizeConstraintStatementSize;
const wchar_t *ManagedRuleGroupStatementVendorName = 0;
const wchar_t *ManagedRuleGroupStatementVersion = 0;
const wchar_t *PasswordFieldIdentifier = 0;
const wchar_t *CustomResponseCustomResponseBodyKey = 0;
int CustomResponseResponseCode;
int ImmunityTimePropertyImmunityTime;
const wchar_t *ManagedRuleGroupStatementScopeDownStatement = 0;
const wchar_t *ARN = jResp.stringOf(L"WebACL.ARN");
int Capacity = jResp.IntOf(L"WebACL.Capacity");
int ImmunityTime = jResp.IntOf(L"WebACL.CaptchaConfig.ImmunityTimeProperty.ImmunityTime");
const wchar_t *Content = jResp.stringOf(L"WebACL.CustomResponseBodies.string.Content");
const wchar_t *ContentType = jResp.stringOf(L"WebACL.CustomResponseBodies.string.ContentType");
const wchar_t *CustomResponseBodyKey = jResp.stringOf(L"WebACL.DefaultAction.Block.CustomResponse.CustomResponseBodyKey");
int ResponseCode = jResp.IntOf(L"WebACL.DefaultAction.Block.CustomResponse.ResponseCode");
const wchar_t *Description = jResp.stringOf(L"WebACL.Description");
const wchar_t *Id = jResp.stringOf(L"WebACL.Id");
const wchar_t *LabelNamespace = jResp.stringOf(L"WebACL.LabelNamespace");
int ManagedByFirewallManager = jResp.IntOf(L"WebACL.ManagedByFirewallManager");
const wchar_t *Name = jResp.stringOf(L"WebACL.Name");
int CloudWatchMetricsEnabled = jResp.IntOf(L"WebACL.VisibilityConfig.CloudWatchMetricsEnabled");
const wchar_t *MetricName = jResp.stringOf(L"WebACL.VisibilityConfig.MetricName");
int SampledRequestsEnabled = jResp.IntOf(L"WebACL.VisibilityConfig.SampledRequestsEnabled");
int i = 0;
int count_i = jResp.SizeOfArray(L"WebACL.DefaultAction.Allow.CustomRequestHandling.InsertHeaders");
while (i < count_i) {
jResp.put_I(i);
Name = jResp.stringOf(L"WebACL.DefaultAction.Allow.CustomRequestHandling.InsertHeaders[i].Name");
Value = jResp.stringOf(L"WebACL.DefaultAction.Allow.CustomRequestHandling.InsertHeaders[i].Value");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"WebACL.DefaultAction.Block.CustomResponse.ResponseHeaders");
while (i < count_i) {
jResp.put_I(i);
Name = jResp.stringOf(L"WebACL.DefaultAction.Block.CustomResponse.ResponseHeaders[i].Name");
Value = jResp.stringOf(L"WebACL.DefaultAction.Block.CustomResponse.ResponseHeaders[i].Value");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups");
while (i < count_i) {
jResp.put_I(i);
ManagedRuleGroupStatementName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.Name");
OversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Body.OversizeHandling");
MatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.OversizeHandling");
InvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.SingleQueryArgument.Name");
PositionalConstraint = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.PositionalConstraint");
SearchString = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.SearchString");
FallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.ForwardedIPConfig.FallbackBehavior");
HeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.ForwardedIPConfig.HeaderName");
IPSetReferenceStatementARN = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.ARN");
IPSetForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.FallbackBehavior");
IPSetForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.HeaderName");
Position = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.Position");
Key = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.LabelMatchStatement.Key");
Scope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.LabelMatchStatement.Scope");
ManagedRuleGroupStatement = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ManagedRuleGroupStatement");
Statement = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.NotStatement.Statement");
AggregateKeyType = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.AggregateKeyType");
ForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ForwardedIPConfig.FallbackBehavior");
ForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ForwardedIPConfig.HeaderName");
Limit = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.Limit");
ScopeDownStatement = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ScopeDownStatement");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.SingleQueryArgument.Name");
RegexString = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.RegexString");
RegexPatternSetReferenceStatementARN = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.ARN");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.SingleQueryArgument.Name");
RuleGroupReferenceStatementARN = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ARN");
ComparisonOperator = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.ComparisonOperator");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.SingleQueryArgument.Name");
Size = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.Size");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.SingleQueryArgument.Name");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.SingleQueryArgument.Name");
VendorName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.VendorName");
Version = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.Version");
RuleGroupReferenceStatementARN = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ARN");
Name = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].Name");
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].Priority");
VisibilityConfigCloudWatchMetricsEnabled = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].VisibilityConfig.CloudWatchMetricsEnabled");
VisibilityConfigMetricName = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].VisibilityConfig.MetricName");
VisibilityConfigSampledRequestsEnabled = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].VisibilityConfig.SampledRequestsEnabled");
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs");
while (j < count_j) {
jResp.put_J(j);
LoginPath = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].LoginPath");
Identifier = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PasswordField.Identifier");
PayloadType = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PayloadType");
UsernameFieldIdentifier = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].UsernameField.Identifier");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.AndStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.AndStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.CountryCodes");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.CountryCodes[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.OrStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.OrStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PostProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.PostProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups");
while (i < count_i) {
jResp.put_I(i);
ManagedRuleGroupStatementName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.Name");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.SingleQueryArgument.Name");
ByteMatchStatementPositionalConstraint = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.PositionalConstraint");
ByteMatchStatementSearchString = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.SearchString");
ForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.ForwardedIPConfig.FallbackBehavior");
ForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.ForwardedIPConfig.HeaderName");
IPSetReferenceStatementARN = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.ARN");
IPSetForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.FallbackBehavior");
IPSetForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.HeaderName");
IPSetForwardedIPConfigPosition = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.IPSetReferenceStatement.IPSetForwardedIPConfig.Position");
LabelMatchStatementKey = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.LabelMatchStatement.Key");
LabelMatchStatementScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.LabelMatchStatement.Scope");
ScopeDownStatementManagedRuleGroupStatement = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ManagedRuleGroupStatement");
NotStatementStatement = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.NotStatement.Statement");
RateBasedStatementAggregateKeyType = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.AggregateKeyType");
ForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ForwardedIPConfig.FallbackBehavior");
ForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ForwardedIPConfig.HeaderName");
RateBasedStatementLimit = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.Limit");
RateBasedStatementScopeDownStatement = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RateBasedStatement.ScopeDownStatement");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.SingleQueryArgument.Name");
RegexMatchStatementRegexString = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.RegexString");
RegexPatternSetReferenceStatementARN = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.ARN");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.SingleQueryArgument.Name");
RuleGroupReferenceStatementARN = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ARN");
SizeConstraintStatementComparisonOperator = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.ComparisonOperator");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.SingleQueryArgument.Name");
SizeConstraintStatementSize = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.Size");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.SingleQueryArgument.Name");
BodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.SingleQueryArgument.Name");
ManagedRuleGroupStatementVendorName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.VendorName");
ManagedRuleGroupStatementVersion = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.Version");
RuleGroupReferenceStatementARN = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ARN");
Name = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].Name");
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].Priority");
VisibilityConfigCloudWatchMetricsEnabled = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].VisibilityConfig.CloudWatchMetricsEnabled");
VisibilityConfigMetricName = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].VisibilityConfig.MetricName");
VisibilityConfigSampledRequestsEnabled = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].VisibilityConfig.SampledRequestsEnabled");
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs");
while (j < count_j) {
jResp.put_J(j);
LoginPath = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].LoginPath");
PasswordFieldIdentifier = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PasswordField.Identifier");
PayloadType = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PayloadType");
UsernameFieldIdentifier = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].UsernameField.Identifier");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.AndStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.AndStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.ByteMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.CountryCodes");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.GeoMatchStatement.CountryCodes[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.OrStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.OrStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RegexPatternSetReferenceStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.RuleGroupReferenceStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SizeConstraintStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.SqliMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.ManagedRuleGroupStatement.ScopeDownStatement.XssMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].FirewallManagerStatement.RuleGroupReferenceStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.PreProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.PreProcessFirewallManagerRuleGroups[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray(L"WebACL.Rules");
while (i < count_i) {
jResp.put_I(i);
CustomResponseCustomResponseBodyKey = jResp.stringOf(L"WebACL.Rules[i].Action.Block.CustomResponse.CustomResponseBodyKey");
CustomResponseResponseCode = jResp.IntOf(L"WebACL.Rules[i].Action.Block.CustomResponse.ResponseCode");
ImmunityTimePropertyImmunityTime = jResp.IntOf(L"WebACL.Rules[i].CaptchaConfig.ImmunityTimeProperty.ImmunityTime");
Name = jResp.stringOf(L"WebACL.Rules[i].Name");
Priority = jResp.IntOf(L"WebACL.Rules[i].Priority");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.SingleQueryArgument.Name");
ByteMatchStatementPositionalConstraint = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.PositionalConstraint");
ByteMatchStatementSearchString = jResp.IntOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.SearchString");
ForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.GeoMatchStatement.ForwardedIPConfig.FallbackBehavior");
ForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.GeoMatchStatement.ForwardedIPConfig.HeaderName");
IPSetReferenceStatementARN = jResp.stringOf(L"WebACL.Rules[i].Statement.IPSetReferenceStatement.ARN");
IPSetForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.IPSetReferenceStatement.IPSetForwardedIPConfig.FallbackBehavior");
IPSetForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.IPSetReferenceStatement.IPSetForwardedIPConfig.HeaderName");
IPSetForwardedIPConfigPosition = jResp.stringOf(L"WebACL.Rules[i].Statement.IPSetReferenceStatement.IPSetForwardedIPConfig.Position");
LabelMatchStatementKey = jResp.stringOf(L"WebACL.Rules[i].Statement.LabelMatchStatement.Key");
LabelMatchStatementScope = jResp.stringOf(L"WebACL.Rules[i].Statement.LabelMatchStatement.Scope");
ManagedRuleGroupStatementName = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.Name");
ManagedRuleGroupStatementScopeDownStatement = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ScopeDownStatement");
ManagedRuleGroupStatementVendorName = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.VendorName");
ManagedRuleGroupStatementVersion = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.Version");
NotStatementStatement = jResp.stringOf(L"WebACL.Rules[i].Statement.NotStatement.Statement");
RateBasedStatementAggregateKeyType = jResp.stringOf(L"WebACL.Rules[i].Statement.RateBasedStatement.AggregateKeyType");
ForwardedIPConfigFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.RateBasedStatement.ForwardedIPConfig.FallbackBehavior");
ForwardedIPConfigHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.RateBasedStatement.ForwardedIPConfig.HeaderName");
RateBasedStatementLimit = jResp.IntOf(L"WebACL.Rules[i].Statement.RateBasedStatement.Limit");
RateBasedStatementScopeDownStatement = jResp.stringOf(L"WebACL.Rules[i].Statement.RateBasedStatement.ScopeDownStatement");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.SingleQueryArgument.Name");
RegexMatchStatementRegexString = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.RegexString");
RegexPatternSetReferenceStatementARN = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.ARN");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.SingleQueryArgument.Name");
RuleGroupReferenceStatementARN = jResp.stringOf(L"WebACL.Rules[i].Statement.RuleGroupReferenceStatement.ARN");
SizeConstraintStatementComparisonOperator = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.ComparisonOperator");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.SingleQueryArgument.Name");
SizeConstraintStatementSize = jResp.IntOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.Size");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.SingleQueryArgument.Name");
BodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Body.OversizeHandling");
CookiesMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.MatchScope");
CookiesOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.OversizeHandling");
HeadersMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.MatchScope");
HeadersOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.OversizeHandling");
JsonBodyInvalidFallbackBehavior = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.JsonBody.InvalidFallbackBehavior");
JsonBodyMatchScope = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.JsonBody.MatchScope");
JsonBodyOversizeHandling = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.JsonBody.OversizeHandling");
SingleHeaderName = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.SingleHeader.Name");
SingleQueryArgumentName = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.SingleQueryArgument.Name");
VisibilityConfigCloudWatchMetricsEnabled = jResp.IntOf(L"WebACL.Rules[i].VisibilityConfig.CloudWatchMetricsEnabled");
VisibilityConfigMetricName = jResp.stringOf(L"WebACL.Rules[i].VisibilityConfig.MetricName");
VisibilityConfigSampledRequestsEnabled = jResp.IntOf(L"WebACL.Rules[i].VisibilityConfig.SampledRequestsEnabled");
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Action.Allow.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Action.Allow.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.Rules[i].Action.Allow.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Action.Block.CustomResponse.ResponseHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Action.Block.CustomResponse.ResponseHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.Rules[i].Action.Block.CustomResponse.ResponseHeaders[j].Value");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Action.Captcha.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Action.Captcha.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.Rules[i].Action.Captcha.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Action.Count.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Action.Count.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.Rules[i].Action.Count.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Name");
Value = jResp.stringOf(L"WebACL.Rules[i].OverrideAction.Count.CustomRequestHandling.InsertHeaders[j].Value");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].RuleLabels");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].RuleLabels[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.AndStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.AndStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ByteMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.ByteMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.GeoMatchStatement.CountryCodes");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.GeoMatchStatement.CountryCodes[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs");
while (j < count_j) {
jResp.put_J(j);
LoginPath = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].LoginPath");
PasswordFieldIdentifier = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PasswordField.Identifier");
PayloadType = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].PayloadType");
UsernameFieldIdentifier = jResp.stringOf(L"WebACL.Rules[i].Statement.ManagedRuleGroupStatement.ManagedRuleGroupConfigs[j].UsernameField.Identifier");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.OrStatement.Statements");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.OrStatement.Statements[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.RegexPatternSetReferenceStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.RuleGroupReferenceStatement.ExcludedRules");
while (j < count_j) {
jResp.put_J(j);
Name = jResp.stringOf(L"WebACL.Rules[i].Statement.RuleGroupReferenceStatement.ExcludedRules[j].Name");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SizeConstraintStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.SizeConstraintStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.SqliMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.SqliMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.ExcludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Cookies.MatchPattern.IncludedCookies[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.ExcludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.Headers.MatchPattern.IncludedHeaders[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.FieldToMatch.JsonBody.MatchPattern.IncludedPaths[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray(L"WebACL.Rules[i].Statement.XssMatchStatement.TextTransformations");
while (j < count_j) {
jResp.put_J(j);
Priority = jResp.IntOf(L"WebACL.Rules[i].Statement.XssMatchStatement.TextTransformations[j].Priority");
v_Type = jResp.stringOf(L"WebACL.Rules[i].Statement.XssMatchStatement.TextTransformations[j].Type");
j = j + 1;
}
i = i + 1;
}
// A sample JSON response body parsed by the above code:
// {
// "WebACL": {
// "ARN": "string",
// "Capacity": number,
// "CaptchaConfig": {
// "ImmunityTimeProperty": {
// "ImmunityTime": number
// }
// },
// "CustomResponseBodies": {
// "string": {
// "Content": "string",
// "ContentType": "string"
// }
// },
// "DefaultAction": {
// "Allow": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "Block": {
// "CustomResponse": {
// "CustomResponseBodyKey": "string",
// "ResponseCode": number,
// "ResponseHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// }
// },
// "Description": "string",
// "Id": "string",
// "LabelNamespace": "string",
// "ManagedByFirewallManager": boolean,
// "Name": "string",
// "PostProcessFirewallManagerRuleGroups": [
// {
// "FirewallManagerStatement": {
// "ManagedRuleGroupStatement": {
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ],
// "ManagedRuleGroupConfigs": [
// {
// "LoginPath": "string",
// "PasswordField": {
// "Identifier": "string"
// },
// "PayloadType": "string",
// "UsernameField": {
// "Identifier": "string"
// }
// }
// ],
// "Name": "string",
// "ScopeDownStatement": {
// "AndStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "ByteMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "PositionalConstraint": "string",
// "SearchString": blob,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "GeoMatchStatement": {
// "CountryCodes": [
// "string"
// ],
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// }
// },
// "IPSetReferenceStatement": {
// "ARN": "string",
// "IPSetForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string",
// "Position": "string"
// }
// },
// "LabelMatchStatement": {
// "Key": "string",
// "Scope": "string"
// },
// "ManagedRuleGroupStatement": "ManagedRuleGroupStatement",
// "NotStatement": {
// "Statement": "Statement"
// },
// "OrStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "RateBasedStatement": {
// "AggregateKeyType": "string",
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// },
// "Limit": number,
// "ScopeDownStatement": "Statement"
// },
// "RegexMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "RegexString": "string",
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RegexPatternSetReferenceStatement": {
// "ARN": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RuleGroupReferenceStatement": {
// "ARN": "string",
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ]
// },
// "SizeConstraintStatement": {
// "ComparisonOperator": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "Size": number,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "SqliMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "XssMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// }
// },
// "VendorName": "string",
// "Version": "string"
// },
// "RuleGroupReferenceStatement": {
// "ARN": "string",
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ]
// }
// },
// "Name": "string",
// "OverrideAction": {
// "Count": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "None": {}
// },
// "Priority": number,
// "VisibilityConfig": {
// "CloudWatchMetricsEnabled": boolean,
// "MetricName": "string",
// "SampledRequestsEnabled": boolean
// }
// }
// ],
// "PreProcessFirewallManagerRuleGroups": [
// {
// "FirewallManagerStatement": {
// "ManagedRuleGroupStatement": {
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ],
// "ManagedRuleGroupConfigs": [
// {
// "LoginPath": "string",
// "PasswordField": {
// "Identifier": "string"
// },
// "PayloadType": "string",
// "UsernameField": {
// "Identifier": "string"
// }
// }
// ],
// "Name": "string",
// "ScopeDownStatement": {
// "AndStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "ByteMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "PositionalConstraint": "string",
// "SearchString": blob,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "GeoMatchStatement": {
// "CountryCodes": [
// "string"
// ],
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// }
// },
// "IPSetReferenceStatement": {
// "ARN": "string",
// "IPSetForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string",
// "Position": "string"
// }
// },
// "LabelMatchStatement": {
// "Key": "string",
// "Scope": "string"
// },
// "ManagedRuleGroupStatement": "ManagedRuleGroupStatement",
// "NotStatement": {
// "Statement": "Statement"
// },
// "OrStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "RateBasedStatement": {
// "AggregateKeyType": "string",
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// },
// "Limit": number,
// "ScopeDownStatement": "Statement"
// },
// "RegexMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "RegexString": "string",
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RegexPatternSetReferenceStatement": {
// "ARN": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RuleGroupReferenceStatement": {
// "ARN": "string",
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ]
// },
// "SizeConstraintStatement": {
// "ComparisonOperator": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "Size": number,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "SqliMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "XssMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// }
// },
// "VendorName": "string",
// "Version": "string"
// },
// "RuleGroupReferenceStatement": {
// "ARN": "string",
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ]
// }
// },
// "Name": "string",
// "OverrideAction": {
// "Count": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "None": {}
// },
// "Priority": number,
// "VisibilityConfig": {
// "CloudWatchMetricsEnabled": boolean,
// "MetricName": "string",
// "SampledRequestsEnabled": boolean
// }
// }
// ],
// "Rules": [
// {
// "Action": {
// "Allow": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "Block": {
// "CustomResponse": {
// "CustomResponseBodyKey": "string",
// "ResponseCode": number,
// "ResponseHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "Captcha": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "Count": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// }
// },
// "CaptchaConfig": {
// "ImmunityTimeProperty": {
// "ImmunityTime": number
// }
// },
// "Name": "string",
// "OverrideAction": {
// "Count": {
// "CustomRequestHandling": {
// "InsertHeaders": [
// {
// "Name": "string",
// "Value": "string"
// }
// ]
// }
// },
// "None": {}
// },
// "Priority": number,
// "RuleLabels": [
// {
// "Name": "string"
// }
// ],
// "Statement": {
// "AndStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "ByteMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "PositionalConstraint": "string",
// "SearchString": blob,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "GeoMatchStatement": {
// "CountryCodes": [
// "string"
// ],
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// }
// },
// "IPSetReferenceStatement": {
// "ARN": "string",
// "IPSetForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string",
// "Position": "string"
// }
// },
// "LabelMatchStatement": {
// "Key": "string",
// "Scope": "string"
// },
// "ManagedRuleGroupStatement": {
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ],
// "ManagedRuleGroupConfigs": [
// {
// "LoginPath": "string",
// "PasswordField": {
// "Identifier": "string"
// },
// "PayloadType": "string",
// "UsernameField": {
// "Identifier": "string"
// }
// }
// ],
// "Name": "string",
// "ScopeDownStatement": "Statement",
// "VendorName": "string",
// "Version": "string"
// },
// "NotStatement": {
// "Statement": "Statement"
// },
// "OrStatement": {
// "Statements": [
// "Statement"
// ]
// },
// "RateBasedStatement": {
// "AggregateKeyType": "string",
// "ForwardedIPConfig": {
// "FallbackBehavior": "string",
// "HeaderName": "string"
// },
// "Limit": number,
// "ScopeDownStatement": "Statement"
// },
// "RegexMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "RegexString": "string",
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RegexPatternSetReferenceStatement": {
// "ARN": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "RuleGroupReferenceStatement": {
// "ARN": "string",
// "ExcludedRules": [
// {
// "Name": "string"
// }
// ]
// },
// "SizeConstraintStatement": {
// "ComparisonOperator": "string",
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "Size": number,
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "SqliMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// },
// "XssMatchStatement": {
// "FieldToMatch": {
// "AllQueryArguments": {},
// "Body": {
// "OversizeHandling": "string"
// },
// "Cookies": {
// "MatchPattern": {
// "All": {},
// "ExcludedCookies": [
// "string"
// ],
// "IncludedCookies": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Headers": {
// "MatchPattern": {
// "All": {},
// "ExcludedHeaders": [
// "string"
// ],
// "IncludedHeaders": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "JsonBody": {
// "InvalidFallbackBehavior": "string",
// "MatchPattern": {
// "All": {},
// "IncludedPaths": [
// "string"
// ]
// },
// "MatchScope": "string",
// "OversizeHandling": "string"
// },
// "Method": {},
// "QueryString": {},
// "SingleHeader": {
// "Name": "string"
// },
// "SingleQueryArgument": {
// "Name": "string"
// },
// "UriPath": {}
// },
// "TextTransformations": [
// {
// "Priority": number,
// "Type": "string"
// }
// ]
// }
// },
// "VisibilityConfig": {
// "CloudWatchMetricsEnabled": boolean,
// "MetricName": "string",
// "SampledRequestsEnabled": boolean
// }
// }
// ],
// "VisibilityConfig": {
// "CloudWatchMetricsEnabled": boolean,
// "MetricName": "string",
// "SampledRequestsEnabled": boolean
// }
// }
// }
}