@cdktn/provider-generator 0.23.1 → 0.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,8 +14,8 @@ DashboardTemplateVariablePresetList,
14
14
  DashboardWidget,
15
15
  dashboardWidgetToTerraform,
16
16
  dashboardWidgetToHclTerraform,
17
- DashboardWidgetList} from './index-structs'
18
- export * from './index-structs'
17
+ DashboardWidgetList} from './index-structs/index';
18
+ export * from './index-structs/index';
19
19
  import { Construct } from 'constructs';
20
20
  import * as cdktn from 'cdktn';
21
21
  export interface DashboardConfig extends cdktn.TerraformMetaArguments {
@@ -487,13 +487,13 @@ export class Dashboard extends cdktn.TerraformResource {
487
487
  `;
488
488
 
489
489
  exports[`shard exports across multiple files to avoid generating files with more than a 1000 exports in a provider without namespaces: structs-index 1`] = `
490
- "export * from './structs0'
491
- export * from './structs400'
492
- export * from './structs800'
493
- export * from './structs1200'
494
- export * from './structs1600'
495
- export * from './structs2000'
496
- export * from './structs2400'
490
+ "export * from './structs0';
491
+ export * from './structs400';
492
+ export * from './structs800';
493
+ export * from './structs1200';
494
+ export * from './structs1600';
495
+ export * from './structs2000';
496
+ export * from './structs2400';
497
497
  "
498
498
  `;
499
499
 
@@ -709,7 +709,7 @@ export class DashboardTemplateVariableList extends cdktn.ComplexList {
709
709
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
710
710
  */
711
711
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
712
- super(terraformResource, terraformAttribute, wrapsSet)
712
+ super(terraformResource, terraformAttribute, wrapsSet);
713
713
  }
714
714
 
715
715
  /**
@@ -862,7 +862,7 @@ export class DashboardTemplateVariablePresetTemplateVariableList extends cdktn.C
862
862
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
863
863
  */
864
864
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
865
- super(terraformResource, terraformAttribute, wrapsSet)
865
+ super(terraformResource, terraformAttribute, wrapsSet);
866
866
  }
867
867
 
868
868
  /**
@@ -1015,7 +1015,7 @@ export class DashboardTemplateVariablePresetList extends cdktn.ComplexList {
1015
1015
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1016
1016
  */
1017
1017
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
1018
- super(terraformResource, terraformAttribute, wrapsSet)
1018
+ super(terraformResource, terraformAttribute, wrapsSet);
1019
1019
  }
1020
1020
 
1021
1021
  /**
@@ -1786,7 +1786,7 @@ export class DashboardWidgetChangeDefinitionCustomLinkList extends cdktn.Complex
1786
1786
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
1787
1787
  */
1788
1788
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
1789
- super(terraformResource, terraformAttribute, wrapsSet)
1789
+ super(terraformResource, terraformAttribute, wrapsSet);
1790
1790
  }
1791
1791
 
1792
1792
  /**
@@ -2277,7 +2277,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryGroupByList extends c
2277
2277
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2278
2278
  */
2279
2279
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
2280
- super(terraformResource, terraformAttribute, wrapsSet)
2280
+ super(terraformResource, terraformAttribute, wrapsSet);
2281
2281
  }
2282
2282
 
2283
2283
  /**
@@ -2462,7 +2462,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList exte
2462
2462
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
2463
2463
  */
2464
2464
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
2465
- super(terraformResource, terraformAttribute, wrapsSet)
2465
+ super(terraformResource, terraformAttribute, wrapsSet);
2466
2466
  }
2467
2467
 
2468
2468
  /**
@@ -3176,7 +3176,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryGroupByList extends c
3176
3176
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3177
3177
  */
3178
3178
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
3179
- super(terraformResource, terraformAttribute, wrapsSet)
3179
+ super(terraformResource, terraformAttribute, wrapsSet);
3180
3180
  }
3181
3181
 
3182
3182
  /**
@@ -3361,7 +3361,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList exte
3361
3361
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
3362
3362
  */
3363
3363
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
3364
- super(terraformResource, terraformAttribute, wrapsSet)
3364
+ super(terraformResource, terraformAttribute, wrapsSet);
3365
3365
  }
3366
3366
 
3367
3367
  /**
@@ -4263,7 +4263,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryGroupByList extends c
4263
4263
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
4264
4264
  */
4265
4265
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
4266
- super(terraformResource, terraformAttribute, wrapsSet)
4266
+ super(terraformResource, terraformAttribute, wrapsSet);
4267
4267
  }
4268
4268
 
4269
4269
  /**
@@ -4448,7 +4448,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList exte
4448
4448
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
4449
4449
  */
4450
4450
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
4451
- super(terraformResource, terraformAttribute, wrapsSet)
4451
+ super(terraformResource, terraformAttribute, wrapsSet);
4452
4452
  }
4453
4453
 
4454
4454
  /**
@@ -5162,7 +5162,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList exte
5162
5162
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
5163
5163
  */
5164
5164
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
5165
- super(terraformResource, terraformAttribute, wrapsSet)
5165
+ super(terraformResource, terraformAttribute, wrapsSet);
5166
5166
  }
5167
5167
 
5168
5168
  /**
@@ -5347,7 +5347,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList
5347
5347
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
5348
5348
  */
5349
5349
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
5350
- super(terraformResource, terraformAttribute, wrapsSet)
5350
+ super(terraformResource, terraformAttribute, wrapsSet);
5351
5351
  }
5352
5352
 
5353
5353
  /**
@@ -6073,7 +6073,7 @@ export class DashboardWidgetChangeDefinitionRequestList extends cdktn.ComplexLis
6073
6073
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
6074
6074
  */
6075
6075
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
6076
- super(terraformResource, terraformAttribute, wrapsSet)
6076
+ super(terraformResource, terraformAttribute, wrapsSet);
6077
6077
  }
6078
6078
 
6079
6079
  /**
@@ -7185,7 +7185,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList ext
7185
7185
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
7186
7186
  */
7187
7187
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
7188
- super(terraformResource, terraformAttribute, wrapsSet)
7188
+ super(terraformResource, terraformAttribute, wrapsSet);
7189
7189
  }
7190
7190
 
7191
7191
  /**
@@ -7370,7 +7370,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeLis
7370
7370
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
7371
7371
  */
7372
7372
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
7373
- super(terraformResource, terraformAttribute, wrapsSet)
7373
+ super(terraformResource, terraformAttribute, wrapsSet);
7374
7374
  }
7375
7375
 
7376
7376
  /**
@@ -8084,7 +8084,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList ext
8084
8084
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
8085
8085
  */
8086
8086
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
8087
- super(terraformResource, terraformAttribute, wrapsSet)
8087
+ super(terraformResource, terraformAttribute, wrapsSet);
8088
8088
  }
8089
8089
 
8090
8090
  /**
@@ -8269,7 +8269,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeLis
8269
8269
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
8270
8270
  */
8271
8271
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
8272
- super(terraformResource, terraformAttribute, wrapsSet)
8272
+ super(terraformResource, terraformAttribute, wrapsSet);
8273
8273
  }
8274
8274
 
8275
8275
  /**
@@ -9171,7 +9171,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList ext
9171
9171
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
9172
9172
  */
9173
9173
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
9174
- super(terraformResource, terraformAttribute, wrapsSet)
9174
+ super(terraformResource, terraformAttribute, wrapsSet);
9175
9175
  }
9176
9176
 
9177
9177
  /**
@@ -9356,7 +9356,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeLis
9356
9356
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
9357
9357
  */
9358
9358
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
9359
- super(terraformResource, terraformAttribute, wrapsSet)
9359
+ super(terraformResource, terraformAttribute, wrapsSet);
9360
9360
  }
9361
9361
 
9362
9362
  /**
@@ -10070,7 +10070,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByLis
10070
10070
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
10071
10071
  */
10072
10072
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
10073
- super(terraformResource, terraformAttribute, wrapsSet)
10073
+ super(terraformResource, terraformAttribute, wrapsSet);
10074
10074
  }
10075
10075
 
10076
10076
  /**
@@ -10255,7 +10255,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompu
10255
10255
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
10256
10256
  */
10257
10257
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
10258
- super(terraformResource, terraformAttribute, wrapsSet)
10258
+ super(terraformResource, terraformAttribute, wrapsSet);
10259
10259
  }
10260
10260
 
10261
10261
  /**
@@ -10892,7 +10892,7 @@ export class DashboardWidgetDistributionDefinitionRequestList extends cdktn.Comp
10892
10892
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
10893
10893
  */
10894
10894
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
10895
- super(terraformResource, terraformAttribute, wrapsSet)
10895
+ super(terraformResource, terraformAttribute, wrapsSet);
10896
10896
  }
10897
10897
 
10898
10898
  /**
@@ -12150,7 +12150,7 @@ export class DashboardWidgetGeomapDefinitionCustomLinkList extends cdktn.Complex
12150
12150
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
12151
12151
  */
12152
12152
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
12153
- super(terraformResource, terraformAttribute, wrapsSet)
12153
+ super(terraformResource, terraformAttribute, wrapsSet);
12154
12154
  }
12155
12155
 
12156
12156
  /**
@@ -12539,7 +12539,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList
12539
12539
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
12540
12540
  */
12541
12541
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
12542
- super(terraformResource, terraformAttribute, wrapsSet)
12542
+ super(terraformResource, terraformAttribute, wrapsSet);
12543
12543
  }
12544
12544
 
12545
12545
  /**
@@ -12915,7 +12915,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaList extends cdktn.Com
12915
12915
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
12916
12916
  */
12917
12917
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
12918
- super(terraformResource, terraformAttribute, wrapsSet)
12918
+ super(terraformResource, terraformAttribute, wrapsSet);
12919
12919
  }
12920
12920
 
12921
12921
  /**
@@ -13406,7 +13406,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList extends c
13406
13406
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
13407
13407
  */
13408
13408
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
13409
- super(terraformResource, terraformAttribute, wrapsSet)
13409
+ super(terraformResource, terraformAttribute, wrapsSet);
13410
13410
  }
13411
13411
 
13412
13412
  /**
@@ -13591,7 +13591,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList exte
13591
13591
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
13592
13592
  */
13593
13593
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
13594
- super(terraformResource, terraformAttribute, wrapsSet)
13594
+ super(terraformResource, terraformAttribute, wrapsSet);
13595
13595
  }
13596
13596
 
13597
13597
  /**
@@ -14765,7 +14765,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList ex
14765
14765
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
14766
14766
  */
14767
14767
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
14768
- super(terraformResource, terraformAttribute, wrapsSet)
14768
+ super(terraformResource, terraformAttribute, wrapsSet);
14769
14769
  }
14770
14770
 
14771
14771
  /**
@@ -15103,7 +15103,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList ex
15103
15103
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
15104
15104
  */
15105
15105
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
15106
- super(terraformResource, terraformAttribute, wrapsSet)
15106
+ super(terraformResource, terraformAttribute, wrapsSet);
15107
15107
  }
15108
15108
 
15109
15109
  /**
@@ -16238,7 +16238,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryList extends cdktn.Compl
16238
16238
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
16239
16239
  */
16240
16240
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
16241
- super(terraformResource, terraformAttribute, wrapsSet)
16241
+ super(terraformResource, terraformAttribute, wrapsSet);
16242
16242
  }
16243
16243
 
16244
16244
  /**
@@ -16729,7 +16729,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList extends c
16729
16729
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
16730
16730
  */
16731
16731
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
16732
- super(terraformResource, terraformAttribute, wrapsSet)
16732
+ super(terraformResource, terraformAttribute, wrapsSet);
16733
16733
  }
16734
16734
 
16735
16735
  /**
@@ -16914,7 +16914,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList exte
16914
16914
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
16915
16915
  */
16916
16916
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
16917
- super(terraformResource, terraformAttribute, wrapsSet)
16917
+ super(terraformResource, terraformAttribute, wrapsSet);
16918
16918
  }
16919
16919
 
16920
16920
  /**
@@ -17395,7 +17395,7 @@ export class DashboardWidgetGeomapDefinitionRequestList extends cdktn.ComplexLis
17395
17395
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
17396
17396
  */
17397
17397
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
17398
- super(terraformResource, terraformAttribute, wrapsSet)
17398
+ super(terraformResource, terraformAttribute, wrapsSet);
17399
17399
  }
17400
17400
 
17401
17401
  /**
@@ -18692,7 +18692,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList
18692
18692
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
18693
18693
  */
18694
18694
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
18695
- super(terraformResource, terraformAttribute, wrapsSet)
18695
+ super(terraformResource, terraformAttribute, wrapsSet);
18696
18696
  }
18697
18697
 
18698
18698
  /**
@@ -19183,7 +19183,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
19183
19183
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
19184
19184
  */
19185
19185
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
19186
- super(terraformResource, terraformAttribute, wrapsSet)
19186
+ super(terraformResource, terraformAttribute, wrapsSet);
19187
19187
  }
19188
19188
 
19189
19189
  /**
@@ -19368,7 +19368,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
19368
19368
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
19369
19369
  */
19370
19370
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
19371
- super(terraformResource, terraformAttribute, wrapsSet)
19371
+ super(terraformResource, terraformAttribute, wrapsSet);
19372
19372
  }
19373
19373
 
19374
19374
  /**
@@ -20082,7 +20082,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
20082
20082
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
20083
20083
  */
20084
20084
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
20085
- super(terraformResource, terraformAttribute, wrapsSet)
20085
+ super(terraformResource, terraformAttribute, wrapsSet);
20086
20086
  }
20087
20087
 
20088
20088
  /**
@@ -20267,7 +20267,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
20267
20267
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
20268
20268
  */
20269
20269
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
20270
- super(terraformResource, terraformAttribute, wrapsSet)
20270
+ super(terraformResource, terraformAttribute, wrapsSet);
20271
20271
  }
20272
20272
 
20273
20273
  /**
@@ -21169,7 +21169,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
21169
21169
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
21170
21170
  */
21171
21171
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
21172
- super(terraformResource, terraformAttribute, wrapsSet)
21172
+ super(terraformResource, terraformAttribute, wrapsSet);
21173
21173
  }
21174
21174
 
21175
21175
  /**
@@ -21354,7 +21354,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
21354
21354
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
21355
21355
  */
21356
21356
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
21357
- super(terraformResource, terraformAttribute, wrapsSet)
21357
+ super(terraformResource, terraformAttribute, wrapsSet);
21358
21358
  }
21359
21359
 
21360
21360
  /**
@@ -22068,7 +22068,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
22068
22068
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
22069
22069
  */
22070
22070
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
22071
- super(terraformResource, terraformAttribute, wrapsSet)
22071
+ super(terraformResource, terraformAttribute, wrapsSet);
22072
22072
  }
22073
22073
 
22074
22074
  /**
@@ -22253,7 +22253,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
22253
22253
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
22254
22254
  */
22255
22255
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
22256
- super(terraformResource, terraformAttribute, wrapsSet)
22256
+ super(terraformResource, terraformAttribute, wrapsSet);
22257
22257
  }
22258
22258
 
22259
22259
  /**
@@ -22979,7 +22979,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList ext
22979
22979
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
22980
22980
  */
22981
22981
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
22982
- super(terraformResource, terraformAttribute, wrapsSet)
22982
+ super(terraformResource, terraformAttribute, wrapsSet);
22983
22983
  }
22984
22984
 
22985
22985
  /**
@@ -24091,7 +24091,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
24091
24091
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
24092
24092
  */
24093
24093
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
24094
- super(terraformResource, terraformAttribute, wrapsSet)
24094
+ super(terraformResource, terraformAttribute, wrapsSet);
24095
24095
  }
24096
24096
 
24097
24097
  /**
@@ -24276,7 +24276,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
24276
24276
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
24277
24277
  */
24278
24278
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
24279
- super(terraformResource, terraformAttribute, wrapsSet)
24279
+ super(terraformResource, terraformAttribute, wrapsSet);
24280
24280
  }
24281
24281
 
24282
24282
  /**
@@ -24674,7 +24674,7 @@ DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryCompute
24674
24674
  DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery,
24675
24675
  dashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryToTerraform,
24676
24676
  dashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryToHclTerraform,
24677
- DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference } from './structs0'
24677
+ DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference } from './structs0';
24678
24678
  export interface DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery {
24679
24679
  /**
24680
24680
  * The aggregation method.
@@ -25003,7 +25003,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
25003
25003
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
25004
25004
  */
25005
25005
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
25006
- super(terraformResource, terraformAttribute, wrapsSet)
25006
+ super(terraformResource, terraformAttribute, wrapsSet);
25007
25007
  }
25008
25008
 
25009
25009
  /**
@@ -25188,7 +25188,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
25188
25188
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
25189
25189
  */
25190
25190
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
25191
- super(terraformResource, terraformAttribute, wrapsSet)
25191
+ super(terraformResource, terraformAttribute, wrapsSet);
25192
25192
  }
25193
25193
 
25194
25194
  /**
@@ -26090,7 +26090,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
26090
26090
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
26091
26091
  */
26092
26092
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
26093
- super(terraformResource, terraformAttribute, wrapsSet)
26093
+ super(terraformResource, terraformAttribute, wrapsSet);
26094
26094
  }
26095
26095
 
26096
26096
  /**
@@ -26275,7 +26275,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
26275
26275
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
26276
26276
  */
26277
26277
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
26278
- super(terraformResource, terraformAttribute, wrapsSet)
26278
+ super(terraformResource, terraformAttribute, wrapsSet);
26279
26279
  }
26280
26280
 
26281
26281
  /**
@@ -26989,7 +26989,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
26989
26989
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
26990
26990
  */
26991
26991
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
26992
- super(terraformResource, terraformAttribute, wrapsSet)
26992
+ super(terraformResource, terraformAttribute, wrapsSet);
26993
26993
  }
26994
26994
 
26995
26995
  /**
@@ -27174,7 +27174,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
27174
27174
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
27175
27175
  */
27176
27176
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
27177
- super(terraformResource, terraformAttribute, wrapsSet)
27177
+ super(terraformResource, terraformAttribute, wrapsSet);
27178
27178
  }
27179
27179
 
27180
27180
  /**
@@ -27811,7 +27811,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLi
27811
27811
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
27812
27812
  */
27813
27813
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
27814
- super(terraformResource, terraformAttribute, wrapsSet)
27814
+ super(terraformResource, terraformAttribute, wrapsSet);
27815
27815
  }
27816
27816
 
27817
27817
  /**
@@ -29069,7 +29069,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList
29069
29069
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
29070
29070
  */
29071
29071
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
29072
- super(terraformResource, terraformAttribute, wrapsSet)
29072
+ super(terraformResource, terraformAttribute, wrapsSet);
29073
29073
  }
29074
29074
 
29075
29075
  /**
@@ -29458,7 +29458,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaC
29458
29458
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
29459
29459
  */
29460
29460
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
29461
- super(terraformResource, terraformAttribute, wrapsSet)
29461
+ super(terraformResource, terraformAttribute, wrapsSet);
29462
29462
  }
29463
29463
 
29464
29464
  /**
@@ -29834,7 +29834,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaL
29834
29834
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
29835
29835
  */
29836
29836
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
29837
- super(terraformResource, terraformAttribute, wrapsSet)
29837
+ super(terraformResource, terraformAttribute, wrapsSet);
29838
29838
  }
29839
29839
 
29840
29840
  /**
@@ -30325,7 +30325,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
30325
30325
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
30326
30326
  */
30327
30327
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
30328
- super(terraformResource, terraformAttribute, wrapsSet)
30328
+ super(terraformResource, terraformAttribute, wrapsSet);
30329
30329
  }
30330
30330
 
30331
30331
  /**
@@ -30510,7 +30510,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
30510
30510
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
30511
30511
  */
30512
30512
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
30513
- super(terraformResource, terraformAttribute, wrapsSet)
30513
+ super(terraformResource, terraformAttribute, wrapsSet);
30514
30514
  }
30515
30515
 
30516
30516
  /**
@@ -31684,7 +31684,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
31684
31684
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
31685
31685
  */
31686
31686
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
31687
- super(terraformResource, terraformAttribute, wrapsSet)
31687
+ super(terraformResource, terraformAttribute, wrapsSet);
31688
31688
  }
31689
31689
 
31690
31690
  /**
@@ -32022,7 +32022,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
32022
32022
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
32023
32023
  */
32024
32024
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
32025
- super(terraformResource, terraformAttribute, wrapsSet)
32025
+ super(terraformResource, terraformAttribute, wrapsSet);
32026
32026
  }
32027
32027
 
32028
32028
  /**
@@ -33157,7 +33157,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryLis
33157
33157
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
33158
33158
  */
33159
33159
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
33160
- super(terraformResource, terraformAttribute, wrapsSet)
33160
+ super(terraformResource, terraformAttribute, wrapsSet);
33161
33161
  }
33162
33162
 
33163
33163
  /**
@@ -33648,7 +33648,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
33648
33648
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
33649
33649
  */
33650
33650
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
33651
- super(terraformResource, terraformAttribute, wrapsSet)
33651
+ super(terraformResource, terraformAttribute, wrapsSet);
33652
33652
  }
33653
33653
 
33654
33654
  /**
@@ -33833,7 +33833,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
33833
33833
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
33834
33834
  */
33835
33835
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
33836
- super(terraformResource, terraformAttribute, wrapsSet)
33836
+ super(terraformResource, terraformAttribute, wrapsSet);
33837
33837
  }
33838
33838
 
33839
33839
  /**
@@ -34314,7 +34314,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList ext
34314
34314
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
34315
34315
  */
34316
34316
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
34317
- super(terraformResource, terraformAttribute, wrapsSet)
34317
+ super(terraformResource, terraformAttribute, wrapsSet);
34318
34318
  }
34319
34319
 
34320
34320
  /**
@@ -35063,7 +35063,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList
35063
35063
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
35064
35064
  */
35065
35065
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
35066
- super(terraformResource, terraformAttribute, wrapsSet)
35066
+ super(terraformResource, terraformAttribute, wrapsSet);
35067
35067
  }
35068
35068
 
35069
35069
  /**
@@ -35213,7 +35213,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList exte
35213
35213
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
35214
35214
  */
35215
35215
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
35216
- super(terraformResource, terraformAttribute, wrapsSet)
35216
+ super(terraformResource, terraformAttribute, wrapsSet);
35217
35217
  }
35218
35218
 
35219
35219
  /**
@@ -35704,7 +35704,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
35704
35704
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
35705
35705
  */
35706
35706
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
35707
- super(terraformResource, terraformAttribute, wrapsSet)
35707
+ super(terraformResource, terraformAttribute, wrapsSet);
35708
35708
  }
35709
35709
 
35710
35710
  /**
@@ -35889,7 +35889,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
35889
35889
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
35890
35890
  */
35891
35891
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
35892
- super(terraformResource, terraformAttribute, wrapsSet)
35892
+ super(terraformResource, terraformAttribute, wrapsSet);
35893
35893
  }
35894
35894
 
35895
35895
  /**
@@ -36603,7 +36603,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
36603
36603
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
36604
36604
  */
36605
36605
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
36606
- super(terraformResource, terraformAttribute, wrapsSet)
36606
+ super(terraformResource, terraformAttribute, wrapsSet);
36607
36607
  }
36608
36608
 
36609
36609
  /**
@@ -36788,7 +36788,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
36788
36788
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
36789
36789
  */
36790
36790
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
36791
- super(terraformResource, terraformAttribute, wrapsSet)
36791
+ super(terraformResource, terraformAttribute, wrapsSet);
36792
36792
  }
36793
36793
 
36794
36794
  /**
@@ -37690,7 +37690,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
37690
37690
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
37691
37691
  */
37692
37692
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
37693
- super(terraformResource, terraformAttribute, wrapsSet)
37693
+ super(terraformResource, terraformAttribute, wrapsSet);
37694
37694
  }
37695
37695
 
37696
37696
  /**
@@ -37875,7 +37875,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
37875
37875
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
37876
37876
  */
37877
37877
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
37878
- super(terraformResource, terraformAttribute, wrapsSet)
37878
+ super(terraformResource, terraformAttribute, wrapsSet);
37879
37879
  }
37880
37880
 
37881
37881
  /**
@@ -38589,7 +38589,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
38589
38589
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
38590
38590
  */
38591
38591
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
38592
- super(terraformResource, terraformAttribute, wrapsSet)
38592
+ super(terraformResource, terraformAttribute, wrapsSet);
38593
38593
  }
38594
38594
 
38595
38595
  /**
@@ -38774,7 +38774,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
38774
38774
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
38775
38775
  */
38776
38776
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
38777
- super(terraformResource, terraformAttribute, wrapsSet)
38777
+ super(terraformResource, terraformAttribute, wrapsSet);
38778
38778
  }
38779
38779
 
38780
38780
  /**
@@ -39411,7 +39411,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList ex
39411
39411
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
39412
39412
  */
39413
39413
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
39414
- super(terraformResource, terraformAttribute, wrapsSet)
39414
+ super(terraformResource, terraformAttribute, wrapsSet);
39415
39415
  }
39416
39416
 
39417
39417
  /**
@@ -40261,7 +40261,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList
40261
40261
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
40262
40262
  */
40263
40263
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
40264
- super(terraformResource, terraformAttribute, wrapsSet)
40264
+ super(terraformResource, terraformAttribute, wrapsSet);
40265
40265
  }
40266
40266
 
40267
40267
  /**
@@ -40752,7 +40752,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
40752
40752
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
40753
40753
  */
40754
40754
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
40755
- super(terraformResource, terraformAttribute, wrapsSet)
40755
+ super(terraformResource, terraformAttribute, wrapsSet);
40756
40756
  }
40757
40757
 
40758
40758
  /**
@@ -40937,7 +40937,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
40937
40937
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
40938
40938
  */
40939
40939
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
40940
- super(terraformResource, terraformAttribute, wrapsSet)
40940
+ super(terraformResource, terraformAttribute, wrapsSet);
40941
40941
  }
40942
40942
 
40943
40943
  /**
@@ -41651,7 +41651,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
41651
41651
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
41652
41652
  */
41653
41653
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
41654
- super(terraformResource, terraformAttribute, wrapsSet)
41654
+ super(terraformResource, terraformAttribute, wrapsSet);
41655
41655
  }
41656
41656
 
41657
41657
  /**
@@ -41836,7 +41836,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
41836
41836
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
41837
41837
  */
41838
41838
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
41839
- super(terraformResource, terraformAttribute, wrapsSet)
41839
+ super(terraformResource, terraformAttribute, wrapsSet);
41840
41840
  }
41841
41841
 
41842
41842
  /**
@@ -42738,7 +42738,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
42738
42738
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
42739
42739
  */
42740
42740
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
42741
- super(terraformResource, terraformAttribute, wrapsSet)
42741
+ super(terraformResource, terraformAttribute, wrapsSet);
42742
42742
  }
42743
42743
 
42744
42744
  /**
@@ -42923,7 +42923,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
42923
42923
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
42924
42924
  */
42925
42925
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
42926
- super(terraformResource, terraformAttribute, wrapsSet)
42926
+ super(terraformResource, terraformAttribute, wrapsSet);
42927
42927
  }
42928
42928
 
42929
42929
  /**
@@ -43637,7 +43637,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
43637
43637
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
43638
43638
  */
43639
43639
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
43640
- super(terraformResource, terraformAttribute, wrapsSet)
43640
+ super(terraformResource, terraformAttribute, wrapsSet);
43641
43641
  }
43642
43642
 
43643
43643
  /**
@@ -43822,7 +43822,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
43822
43822
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
43823
43823
  */
43824
43824
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
43825
- super(terraformResource, terraformAttribute, wrapsSet)
43825
+ super(terraformResource, terraformAttribute, wrapsSet);
43826
43826
  }
43827
43827
 
43828
43828
  /**
@@ -44338,7 +44338,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLis
44338
44338
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
44339
44339
  */
44340
44340
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
44341
- super(terraformResource, terraformAttribute, wrapsSet)
44341
+ super(terraformResource, terraformAttribute, wrapsSet);
44342
44342
  }
44343
44343
 
44344
44344
  /**
@@ -44829,7 +44829,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
44829
44829
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
44830
44830
  */
44831
44831
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
44832
- super(terraformResource, terraformAttribute, wrapsSet)
44832
+ super(terraformResource, terraformAttribute, wrapsSet);
44833
44833
  }
44834
44834
 
44835
44835
  /**
@@ -45014,7 +45014,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
45014
45014
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
45015
45015
  */
45016
45016
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
45017
- super(terraformResource, terraformAttribute, wrapsSet)
45017
+ super(terraformResource, terraformAttribute, wrapsSet);
45018
45018
  }
45019
45019
 
45020
45020
  /**
@@ -45728,7 +45728,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
45728
45728
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
45729
45729
  */
45730
45730
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
45731
- super(terraformResource, terraformAttribute, wrapsSet)
45731
+ super(terraformResource, terraformAttribute, wrapsSet);
45732
45732
  }
45733
45733
 
45734
45734
  /**
@@ -45913,7 +45913,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
45913
45913
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
45914
45914
  */
45915
45915
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
45916
- super(terraformResource, terraformAttribute, wrapsSet)
45916
+ super(terraformResource, terraformAttribute, wrapsSet);
45917
45917
  }
45918
45918
 
45919
45919
  /**
@@ -46815,7 +46815,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
46815
46815
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
46816
46816
  */
46817
46817
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
46818
- super(terraformResource, terraformAttribute, wrapsSet)
46818
+ super(terraformResource, terraformAttribute, wrapsSet);
46819
46819
  }
46820
46820
 
46821
46821
  /**
@@ -47000,7 +47000,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
47000
47000
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
47001
47001
  */
47002
47002
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
47003
- super(terraformResource, terraformAttribute, wrapsSet)
47003
+ super(terraformResource, terraformAttribute, wrapsSet);
47004
47004
  }
47005
47005
 
47006
47006
  /**
@@ -47714,7 +47714,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSec
47714
47714
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
47715
47715
  */
47716
47716
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
47717
- super(terraformResource, terraformAttribute, wrapsSet)
47717
+ super(terraformResource, terraformAttribute, wrapsSet);
47718
47718
  }
47719
47719
 
47720
47720
  /**
@@ -47728,20 +47728,20 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSec
47728
47728
  `;
47729
47729
 
47730
47730
  exports[`shard exports across multiple files to avoid generating files with more than a 1000 exports: structs-index 1`] = `
47731
- "export * from './structs0'
47732
- export * from './structs400'
47733
- export * from './structs800'
47734
- export * from './structs1200'
47735
- export * from './structs1600'
47736
- export * from './structs2000'
47737
- export * from './structs2400'
47738
- export * from './structs2800'
47739
- export * from './structs3200'
47740
- export * from './structs3600'
47741
- export * from './structs4000'
47742
- export * from './structs4400'
47743
- export * from './structs4800'
47744
- export * from './structs5200'
47731
+ "export * from './structs0';
47732
+ export * from './structs400';
47733
+ export * from './structs800';
47734
+ export * from './structs1200';
47735
+ export * from './structs1600';
47736
+ export * from './structs2000';
47737
+ export * from './structs2400';
47738
+ export * from './structs2800';
47739
+ export * from './structs3200';
47740
+ export * from './structs3600';
47741
+ export * from './structs4000';
47742
+ export * from './structs4400';
47743
+ export * from './structs4800';
47744
+ export * from './structs5200';
47745
47745
  "
47746
47746
  `;
47747
47747
 
@@ -47880,7 +47880,7 @@ export class Wafv2WebAclDefaultActionAllowCustomRequestHandlingInsertHeaderList
47880
47880
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
47881
47881
  */
47882
47882
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
47883
- super(terraformResource, terraformAttribute, wrapsSet)
47883
+ super(terraformResource, terraformAttribute, wrapsSet);
47884
47884
  }
47885
47885
 
47886
47886
  /**
@@ -48192,7 +48192,7 @@ export class Wafv2WebAclDefaultActionBlockCustomResponseResponseHeaderList exten
48192
48192
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
48193
48193
  */
48194
48194
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
48195
- super(terraformResource, terraformAttribute, wrapsSet)
48195
+ super(terraformResource, terraformAttribute, wrapsSet);
48196
48196
  }
48197
48197
 
48198
48198
  /**
@@ -48658,7 +48658,7 @@ export class Wafv2WebAclRuleActionAllowCustomRequestHandlingInsertHeaderList ext
48658
48658
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
48659
48659
  */
48660
48660
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
48661
- super(terraformResource, terraformAttribute, wrapsSet)
48661
+ super(terraformResource, terraformAttribute, wrapsSet);
48662
48662
  }
48663
48663
 
48664
48664
  /**
@@ -48970,7 +48970,7 @@ export class Wafv2WebAclRuleActionBlockCustomResponseResponseHeaderList extends
48970
48970
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
48971
48971
  */
48972
48972
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
48973
- super(terraformResource, terraformAttribute, wrapsSet)
48973
+ super(terraformResource, terraformAttribute, wrapsSet);
48974
48974
  }
48975
48975
 
48976
48976
  /**
@@ -49315,7 +49315,7 @@ export class Wafv2WebAclRuleActionCountCustomRequestHandlingInsertHeaderList ext
49315
49315
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
49316
49316
  */
49317
49317
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
49318
- super(terraformResource, terraformAttribute, wrapsSet)
49318
+ super(terraformResource, terraformAttribute, wrapsSet);
49319
49319
  }
49320
49320
 
49321
49321
  /**
@@ -50705,7 +50705,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementByteMatchStatementText
50705
50705
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
50706
50706
  */
50707
50707
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
50708
- super(terraformResource, terraformAttribute, wrapsSet)
50708
+ super(terraformResource, terraformAttribute, wrapsSet);
50709
50709
  }
50710
50710
 
50711
50711
  /**
@@ -52379,7 +52379,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementRegexPatternSetReferen
52379
52379
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
52380
52380
  */
52381
52381
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
52382
- super(terraformResource, terraformAttribute, wrapsSet)
52382
+ super(terraformResource, terraformAttribute, wrapsSet);
52383
52383
  }
52384
52384
 
52385
52385
  /**
@@ -53373,7 +53373,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementSizeConstraintStatemen
53373
53373
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
53374
53374
  */
53375
53375
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
53376
- super(terraformResource, terraformAttribute, wrapsSet)
53376
+ super(terraformResource, terraformAttribute, wrapsSet);
53377
53377
  }
53378
53378
 
53379
53379
  /**
@@ -54397,7 +54397,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementSqliMatchStatementText
54397
54397
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
54398
54398
  */
54399
54399
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
54400
- super(terraformResource, terraformAttribute, wrapsSet)
54400
+ super(terraformResource, terraformAttribute, wrapsSet);
54401
54401
  }
54402
54402
 
54403
54403
  /**
@@ -55361,7 +55361,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementXssMatchStatementTextT
55361
55361
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
55362
55362
  */
55363
55363
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
55364
- super(terraformResource, terraformAttribute, wrapsSet)
55364
+ super(terraformResource, terraformAttribute, wrapsSet);
55365
55365
  }
55366
55366
 
55367
55367
  /**
@@ -55912,7 +55912,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementList extends cdktn.Com
55912
55912
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
55913
55913
  */
55914
55914
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
55915
- super(terraformResource, terraformAttribute, wrapsSet)
55915
+ super(terraformResource, terraformAttribute, wrapsSet);
55916
55916
  }
55917
55917
 
55918
55918
  /**
@@ -56841,7 +56841,7 @@ export class Wafv2WebAclRuleStatementByteMatchStatementTextTransformationList ex
56841
56841
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
56842
56842
  */
56843
56843
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
56844
- super(terraformResource, terraformAttribute, wrapsSet)
56844
+ super(terraformResource, terraformAttribute, wrapsSet);
56845
56845
  }
56846
56846
 
56847
56847
  /**
@@ -57616,7 +57616,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleList e
57616
57616
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
57617
57617
  */
57618
57618
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
57619
- super(terraformResource, terraformAttribute, wrapsSet)
57619
+ super(terraformResource, terraformAttribute, wrapsSet);
57620
57620
  }
57621
57621
 
57622
57622
  /**
@@ -58462,7 +58462,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
58462
58462
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
58463
58463
  */
58464
58464
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
58465
- super(terraformResource, terraformAttribute, wrapsSet)
58465
+ super(terraformResource, terraformAttribute, wrapsSet);
58466
58466
  }
58467
58467
 
58468
58468
  /**
@@ -59970,7 +59970,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
59970
59970
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
59971
59971
  */
59972
59972
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
59973
- super(terraformResource, terraformAttribute, wrapsSet)
59973
+ super(terraformResource, terraformAttribute, wrapsSet);
59974
59974
  }
59975
59975
 
59976
59976
  /**
@@ -60964,7 +60964,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
60964
60964
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
60965
60965
  */
60966
60966
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
60967
- super(terraformResource, terraformAttribute, wrapsSet)
60967
+ super(terraformResource, terraformAttribute, wrapsSet);
60968
60968
  }
60969
60969
 
60970
60970
  /**
@@ -61229,7 +61229,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementS
61229
61229
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSizeConstraintStatement,
61230
61230
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSizeConstraintStatementToTerraform,
61231
61231
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSizeConstraintStatementToHclTerraform,
61232
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSizeConstraintStatementOutputReference } from './structs0'
61232
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSizeConstraintStatementOutputReference } from './structs0';
61233
61233
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementAndStatementStatementSqliMatchStatementFieldToMatchBody {
61234
61234
  }
61235
61235
 
@@ -62017,7 +62017,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
62017
62017
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
62018
62018
  */
62019
62019
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
62020
- super(terraformResource, terraformAttribute, wrapsSet)
62020
+ super(terraformResource, terraformAttribute, wrapsSet);
62021
62021
  }
62022
62022
 
62023
62023
  /**
@@ -62981,7 +62981,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
62981
62981
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
62982
62982
  */
62983
62983
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
62984
- super(terraformResource, terraformAttribute, wrapsSet)
62984
+ super(terraformResource, terraformAttribute, wrapsSet);
62985
62985
  }
62986
62986
 
62987
62987
  /**
@@ -63427,7 +63427,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
63427
63427
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
63428
63428
  */
63429
63429
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
63430
- super(terraformResource, terraformAttribute, wrapsSet)
63430
+ super(terraformResource, terraformAttribute, wrapsSet);
63431
63431
  }
63432
63432
 
63433
63433
  /**
@@ -64356,7 +64356,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
64356
64356
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
64357
64357
  */
64358
64358
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
64359
- super(terraformResource, terraformAttribute, wrapsSet)
64359
+ super(terraformResource, terraformAttribute, wrapsSet);
64360
64360
  }
64361
64361
 
64362
64362
  /**
@@ -65864,7 +65864,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
65864
65864
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
65865
65865
  */
65866
65866
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
65867
- super(terraformResource, terraformAttribute, wrapsSet)
65867
+ super(terraformResource, terraformAttribute, wrapsSet);
65868
65868
  }
65869
65869
 
65870
65870
  /**
@@ -67372,7 +67372,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
67372
67372
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
67373
67373
  */
67374
67374
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
67375
- super(terraformResource, terraformAttribute, wrapsSet)
67375
+ super(terraformResource, terraformAttribute, wrapsSet);
67376
67376
  }
67377
67377
 
67378
67378
  /**
@@ -68366,7 +68366,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
68366
68366
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
68367
68367
  */
68368
68368
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
68369
- super(terraformResource, terraformAttribute, wrapsSet)
68369
+ super(terraformResource, terraformAttribute, wrapsSet);
68370
68370
  }
68371
68371
 
68372
68372
  /**
@@ -69390,7 +69390,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
69390
69390
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
69391
69391
  */
69392
69392
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
69393
- super(terraformResource, terraformAttribute, wrapsSet)
69393
+ super(terraformResource, terraformAttribute, wrapsSet);
69394
69394
  }
69395
69395
 
69396
69396
  /**
@@ -70354,7 +70354,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
70354
70354
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
70355
70355
  */
70356
70356
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
70357
- super(terraformResource, terraformAttribute, wrapsSet)
70357
+ super(terraformResource, terraformAttribute, wrapsSet);
70358
70358
  }
70359
70359
 
70360
70360
  /**
@@ -70800,7 +70800,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
70800
70800
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
70801
70801
  */
70802
70802
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
70803
- super(terraformResource, terraformAttribute, wrapsSet)
70803
+ super(terraformResource, terraformAttribute, wrapsSet);
70804
70804
  }
70805
70805
 
70806
70806
  /**
@@ -71729,7 +71729,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
71729
71729
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
71730
71730
  */
71731
71731
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
71732
- super(terraformResource, terraformAttribute, wrapsSet)
71732
+ super(terraformResource, terraformAttribute, wrapsSet);
71733
71733
  }
71734
71734
 
71735
71735
  /**
@@ -73237,7 +73237,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
73237
73237
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
73238
73238
  */
73239
73239
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
73240
- super(terraformResource, terraformAttribute, wrapsSet)
73240
+ super(terraformResource, terraformAttribute, wrapsSet);
73241
73241
  }
73242
73242
 
73243
73243
  /**
@@ -74231,7 +74231,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
74231
74231
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
74232
74232
  */
74233
74233
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
74234
- super(terraformResource, terraformAttribute, wrapsSet)
74234
+ super(terraformResource, terraformAttribute, wrapsSet);
74235
74235
  }
74236
74236
 
74237
74237
  /**
@@ -74675,7 +74675,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementS
74675
74675
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatement,
74676
74676
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementToTerraform,
74677
74677
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementToHclTerraform,
74678
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementOutputReference } from './structs400'
74678
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementNotStatementOutputReference } from './structs400';
74679
74679
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementStatementOrStatementStatementSqliMatchStatementFieldToMatchSingleHeader {
74680
74680
  /**
74681
74681
  * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/test/latest/docs/resources/wafv2_web_acl#name Wafv2WebAcl#name}
@@ -75316,7 +75316,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
75316
75316
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
75317
75317
  */
75318
75318
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
75319
- super(terraformResource, terraformAttribute, wrapsSet)
75319
+ super(terraformResource, terraformAttribute, wrapsSet);
75320
75320
  }
75321
75321
 
75322
75322
  /**
@@ -76280,7 +76280,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
76280
76280
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
76281
76281
  */
76282
76282
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
76283
- super(terraformResource, terraformAttribute, wrapsSet)
76283
+ super(terraformResource, terraformAttribute, wrapsSet);
76284
76284
  }
76285
76285
 
76286
76286
  /**
@@ -76726,7 +76726,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
76726
76726
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
76727
76727
  */
76728
76728
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
76729
- super(terraformResource, terraformAttribute, wrapsSet)
76729
+ super(terraformResource, terraformAttribute, wrapsSet);
76730
76730
  }
76731
76731
 
76732
76732
  /**
@@ -77655,7 +77655,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
77655
77655
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
77656
77656
  */
77657
77657
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
77658
- super(terraformResource, terraformAttribute, wrapsSet)
77658
+ super(terraformResource, terraformAttribute, wrapsSet);
77659
77659
  }
77660
77660
 
77661
77661
  /**
@@ -78649,7 +78649,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
78649
78649
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
78650
78650
  */
78651
78651
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
78652
- super(terraformResource, terraformAttribute, wrapsSet)
78652
+ super(terraformResource, terraformAttribute, wrapsSet);
78653
78653
  }
78654
78654
 
78655
78655
  /**
@@ -79673,7 +79673,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
79673
79673
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
79674
79674
  */
79675
79675
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
79676
- super(terraformResource, terraformAttribute, wrapsSet)
79676
+ super(terraformResource, terraformAttribute, wrapsSet);
79677
79677
  }
79678
79678
 
79679
79679
  /**
@@ -80637,7 +80637,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
80637
80637
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
80638
80638
  */
80639
80639
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
80640
- super(terraformResource, terraformAttribute, wrapsSet)
80640
+ super(terraformResource, terraformAttribute, wrapsSet);
80641
80641
  }
80642
80642
 
80643
80643
  /**
@@ -81188,7 +81188,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
81188
81188
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
81189
81189
  */
81190
81190
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
81191
- super(terraformResource, terraformAttribute, wrapsSet)
81191
+ super(terraformResource, terraformAttribute, wrapsSet);
81192
81192
  }
81193
81193
 
81194
81194
  /**
@@ -82117,7 +82117,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
82117
82117
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
82118
82118
  */
82119
82119
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
82120
- super(terraformResource, terraformAttribute, wrapsSet)
82120
+ super(terraformResource, terraformAttribute, wrapsSet);
82121
82121
  }
82122
82122
 
82123
82123
  /**
@@ -83625,7 +83625,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
83625
83625
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
83626
83626
  */
83627
83627
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
83628
- super(terraformResource, terraformAttribute, wrapsSet)
83628
+ super(terraformResource, terraformAttribute, wrapsSet);
83629
83629
  }
83630
83630
 
83631
83631
  /**
@@ -85133,7 +85133,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
85133
85133
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
85134
85134
  */
85135
85135
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
85136
- super(terraformResource, terraformAttribute, wrapsSet)
85136
+ super(terraformResource, terraformAttribute, wrapsSet);
85137
85137
  }
85138
85138
 
85139
85139
  /**
@@ -86127,7 +86127,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
86127
86127
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
86128
86128
  */
86129
86129
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
86130
- super(terraformResource, terraformAttribute, wrapsSet)
86130
+ super(terraformResource, terraformAttribute, wrapsSet);
86131
86131
  }
86132
86132
 
86133
86133
  /**
@@ -87151,7 +87151,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
87151
87151
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
87152
87152
  */
87153
87153
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
87154
- super(terraformResource, terraformAttribute, wrapsSet)
87154
+ super(terraformResource, terraformAttribute, wrapsSet);
87155
87155
  }
87156
87156
 
87157
87157
  /**
@@ -88115,7 +88115,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
88115
88115
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
88116
88116
  */
88117
88117
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
88118
- super(terraformResource, terraformAttribute, wrapsSet)
88118
+ super(terraformResource, terraformAttribute, wrapsSet);
88119
88119
  }
88120
88120
 
88121
88121
  /**
@@ -88275,7 +88275,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementS
88275
88275
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementXssMatchStatement,
88276
88276
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementXssMatchStatementToTerraform,
88277
88277
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementXssMatchStatementToHclTerraform,
88278
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementXssMatchStatementOutputReference } from './structs800'
88278
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatementXssMatchStatementOutputReference } from './structs800';
88279
88279
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementAndStatementStatement {
88280
88280
  /**
88281
88281
  * byte_match_statement block
@@ -88594,7 +88594,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
88594
88594
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
88595
88595
  */
88596
88596
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
88597
- super(terraformResource, terraformAttribute, wrapsSet)
88597
+ super(terraformResource, terraformAttribute, wrapsSet);
88598
88598
  }
88599
88599
 
88600
88600
  /**
@@ -89523,7 +89523,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
89523
89523
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
89524
89524
  */
89525
89525
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
89526
- super(terraformResource, terraformAttribute, wrapsSet)
89526
+ super(terraformResource, terraformAttribute, wrapsSet);
89527
89527
  }
89528
89528
 
89529
89529
  /**
@@ -91031,7 +91031,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
91031
91031
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
91032
91032
  */
91033
91033
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
91034
- super(terraformResource, terraformAttribute, wrapsSet)
91034
+ super(terraformResource, terraformAttribute, wrapsSet);
91035
91035
  }
91036
91036
 
91037
91037
  /**
@@ -92539,7 +92539,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
92539
92539
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
92540
92540
  */
92541
92541
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
92542
- super(terraformResource, terraformAttribute, wrapsSet)
92542
+ super(terraformResource, terraformAttribute, wrapsSet);
92543
92543
  }
92544
92544
 
92545
92545
  /**
@@ -93533,7 +93533,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
93533
93533
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
93534
93534
  */
93535
93535
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
93536
- super(terraformResource, terraformAttribute, wrapsSet)
93536
+ super(terraformResource, terraformAttribute, wrapsSet);
93537
93537
  }
93538
93538
 
93539
93539
  /**
@@ -94557,7 +94557,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
94557
94557
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
94558
94558
  */
94559
94559
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
94560
- super(terraformResource, terraformAttribute, wrapsSet)
94560
+ super(terraformResource, terraformAttribute, wrapsSet);
94561
94561
  }
94562
94562
 
94563
94563
  /**
@@ -95521,7 +95521,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
95521
95521
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
95522
95522
  */
95523
95523
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
95524
- super(terraformResource, terraformAttribute, wrapsSet)
95524
+ super(terraformResource, terraformAttribute, wrapsSet);
95525
95525
  }
95526
95526
 
95527
95527
  /**
@@ -95967,7 +95967,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
95967
95967
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
95968
95968
  */
95969
95969
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
95970
- super(terraformResource, terraformAttribute, wrapsSet)
95970
+ super(terraformResource, terraformAttribute, wrapsSet);
95971
95971
  }
95972
95972
 
95973
95973
  /**
@@ -96896,7 +96896,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
96896
96896
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
96897
96897
  */
96898
96898
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
96899
- super(terraformResource, terraformAttribute, wrapsSet)
96899
+ super(terraformResource, terraformAttribute, wrapsSet);
96900
96900
  }
96901
96901
 
96902
96902
  /**
@@ -98404,7 +98404,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
98404
98404
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
98405
98405
  */
98406
98406
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
98407
- super(terraformResource, terraformAttribute, wrapsSet)
98407
+ super(terraformResource, terraformAttribute, wrapsSet);
98408
98408
  }
98409
98409
 
98410
98410
  /**
@@ -99398,7 +99398,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
99398
99398
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
99399
99399
  */
99400
99400
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
99401
- super(terraformResource, terraformAttribute, wrapsSet)
99401
+ super(terraformResource, terraformAttribute, wrapsSet);
99402
99402
  }
99403
99403
 
99404
99404
  /**
@@ -100422,7 +100422,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
100422
100422
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
100423
100423
  */
100424
100424
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
100425
- super(terraformResource, terraformAttribute, wrapsSet)
100425
+ super(terraformResource, terraformAttribute, wrapsSet);
100426
100426
  }
100427
100427
 
100428
100428
  /**
@@ -101386,7 +101386,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
101386
101386
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
101387
101387
  */
101388
101388
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
101389
- super(terraformResource, terraformAttribute, wrapsSet)
101389
+ super(terraformResource, terraformAttribute, wrapsSet);
101390
101390
  }
101391
101391
 
101392
101392
  /**
@@ -101832,7 +101832,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
101832
101832
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
101833
101833
  */
101834
101834
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
101835
- super(terraformResource, terraformAttribute, wrapsSet)
101835
+ super(terraformResource, terraformAttribute, wrapsSet);
101836
101836
  }
101837
101837
 
101838
101838
  /**
@@ -101953,7 +101953,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementS
101953
101953
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatement,
101954
101954
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementToTerraform,
101955
101955
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementToHclTerraform,
101956
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementOutputReference } from './structs1200'
101956
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementOrStatementOutputReference } from './structs1200';
101957
101957
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchAllQueryArguments {
101958
101958
  }
101959
101959
 
@@ -102790,7 +102790,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
102790
102790
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
102791
102791
  */
102792
102792
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
102793
- super(terraformResource, terraformAttribute, wrapsSet)
102793
+ super(terraformResource, terraformAttribute, wrapsSet);
102794
102794
  }
102795
102795
 
102796
102796
  /**
@@ -103784,7 +103784,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
103784
103784
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
103785
103785
  */
103786
103786
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
103787
- super(terraformResource, terraformAttribute, wrapsSet)
103787
+ super(terraformResource, terraformAttribute, wrapsSet);
103788
103788
  }
103789
103789
 
103790
103790
  /**
@@ -104808,7 +104808,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
104808
104808
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
104809
104809
  */
104810
104810
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
104811
- super(terraformResource, terraformAttribute, wrapsSet)
104811
+ super(terraformResource, terraformAttribute, wrapsSet);
104812
104812
  }
104813
104813
 
104814
104814
  /**
@@ -105772,7 +105772,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
105772
105772
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
105773
105773
  */
105774
105774
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
105775
- super(terraformResource, terraformAttribute, wrapsSet)
105775
+ super(terraformResource, terraformAttribute, wrapsSet);
105776
105776
  }
105777
105777
 
105778
105778
  /**
@@ -106323,7 +106323,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
106323
106323
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
106324
106324
  */
106325
106325
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
106326
- super(terraformResource, terraformAttribute, wrapsSet)
106326
+ super(terraformResource, terraformAttribute, wrapsSet);
106327
106327
  }
106328
106328
 
106329
106329
  /**
@@ -107252,7 +107252,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
107252
107252
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
107253
107253
  */
107254
107254
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
107255
- super(terraformResource, terraformAttribute, wrapsSet)
107255
+ super(terraformResource, terraformAttribute, wrapsSet);
107256
107256
  }
107257
107257
 
107258
107258
  /**
@@ -108760,7 +108760,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
108760
108760
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
108761
108761
  */
108762
108762
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
108763
- super(terraformResource, terraformAttribute, wrapsSet)
108763
+ super(terraformResource, terraformAttribute, wrapsSet);
108764
108764
  }
108765
108765
 
108766
108766
  /**
@@ -109754,7 +109754,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
109754
109754
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
109755
109755
  */
109756
109756
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
109757
- super(terraformResource, terraformAttribute, wrapsSet)
109757
+ super(terraformResource, terraformAttribute, wrapsSet);
109758
109758
  }
109759
109759
 
109760
109760
  /**
@@ -110778,7 +110778,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
110778
110778
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
110779
110779
  */
110780
110780
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
110781
- super(terraformResource, terraformAttribute, wrapsSet)
110781
+ super(terraformResource, terraformAttribute, wrapsSet);
110782
110782
  }
110783
110783
 
110784
110784
  /**
@@ -111742,7 +111742,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
111742
111742
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
111743
111743
  */
111744
111744
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
111745
- super(terraformResource, terraformAttribute, wrapsSet)
111745
+ super(terraformResource, terraformAttribute, wrapsSet);
111746
111746
  }
111747
111747
 
111748
111748
  /**
@@ -112188,7 +112188,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
112188
112188
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
112189
112189
  */
112190
112190
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
112191
- super(terraformResource, terraformAttribute, wrapsSet)
112191
+ super(terraformResource, terraformAttribute, wrapsSet);
112192
112192
  }
112193
112193
 
112194
112194
  /**
@@ -113117,7 +113117,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
113117
113117
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
113118
113118
  */
113119
113119
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
113120
- super(terraformResource, terraformAttribute, wrapsSet)
113120
+ super(terraformResource, terraformAttribute, wrapsSet);
113121
113121
  }
113122
113122
 
113123
113123
  /**
@@ -114625,7 +114625,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
114625
114625
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
114626
114626
  */
114627
114627
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
114628
- super(terraformResource, terraformAttribute, wrapsSet)
114628
+ super(terraformResource, terraformAttribute, wrapsSet);
114629
114629
  }
114630
114630
 
114631
114631
  /**
@@ -115472,7 +115472,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementSt
115472
115472
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatement,
115473
115473
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatementToTerraform,
115474
115474
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatementToHclTerraform,
115475
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatementOutputReference } from './structs1600'
115475
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementIpSetReferenceStatementOutputReference } from './structs1600';
115476
115476
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchQueryString {
115477
115477
  }
115478
115478
 
@@ -116162,7 +116162,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
116162
116162
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
116163
116163
  */
116164
116164
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
116165
- super(terraformResource, terraformAttribute, wrapsSet)
116165
+ super(terraformResource, terraformAttribute, wrapsSet);
116166
116166
  }
116167
116167
 
116168
116168
  /**
@@ -117156,7 +117156,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
117156
117156
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
117157
117157
  */
117158
117158
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
117159
- super(terraformResource, terraformAttribute, wrapsSet)
117159
+ super(terraformResource, terraformAttribute, wrapsSet);
117160
117160
  }
117161
117161
 
117162
117162
  /**
@@ -118180,7 +118180,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
118180
118180
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
118181
118181
  */
118182
118182
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
118183
- super(terraformResource, terraformAttribute, wrapsSet)
118183
+ super(terraformResource, terraformAttribute, wrapsSet);
118184
118184
  }
118185
118185
 
118186
118186
  /**
@@ -119144,7 +119144,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
119144
119144
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
119145
119145
  */
119146
119146
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
119147
- super(terraformResource, terraformAttribute, wrapsSet)
119147
+ super(terraformResource, terraformAttribute, wrapsSet);
119148
119148
  }
119149
119149
 
119150
119150
  /**
@@ -119590,7 +119590,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
119590
119590
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
119591
119591
  */
119592
119592
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
119593
- super(terraformResource, terraformAttribute, wrapsSet)
119593
+ super(terraformResource, terraformAttribute, wrapsSet);
119594
119594
  }
119595
119595
 
119596
119596
  /**
@@ -120519,7 +120519,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
120519
120519
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
120520
120520
  */
120521
120521
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
120522
- super(terraformResource, terraformAttribute, wrapsSet)
120522
+ super(terraformResource, terraformAttribute, wrapsSet);
120523
120523
  }
120524
120524
 
120525
120525
  /**
@@ -122027,7 +122027,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
122027
122027
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
122028
122028
  */
122029
122029
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
122030
- super(terraformResource, terraformAttribute, wrapsSet)
122030
+ super(terraformResource, terraformAttribute, wrapsSet);
122031
122031
  }
122032
122032
 
122033
122033
  /**
@@ -123021,7 +123021,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
123021
123021
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
123022
123022
  */
123023
123023
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
123024
- super(terraformResource, terraformAttribute, wrapsSet)
123024
+ super(terraformResource, terraformAttribute, wrapsSet);
123025
123025
  }
123026
123026
 
123027
123027
  /**
@@ -124045,7 +124045,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
124045
124045
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
124046
124046
  */
124047
124047
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
124048
- super(terraformResource, terraformAttribute, wrapsSet)
124048
+ super(terraformResource, terraformAttribute, wrapsSet);
124049
124049
  }
124050
124050
 
124051
124051
  /**
@@ -125009,7 +125009,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
125009
125009
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
125010
125010
  */
125011
125011
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
125012
- super(terraformResource, terraformAttribute, wrapsSet)
125012
+ super(terraformResource, terraformAttribute, wrapsSet);
125013
125013
  }
125014
125014
 
125015
125015
  /**
@@ -125455,7 +125455,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
125455
125455
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
125456
125456
  */
125457
125457
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
125458
- super(terraformResource, terraformAttribute, wrapsSet)
125458
+ super(terraformResource, terraformAttribute, wrapsSet);
125459
125459
  }
125460
125460
 
125461
125461
  /**
@@ -126384,7 +126384,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
126384
126384
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
126385
126385
  */
126386
126386
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
126387
- super(terraformResource, terraformAttribute, wrapsSet)
126387
+ super(terraformResource, terraformAttribute, wrapsSet);
126388
126388
  }
126389
126389
 
126390
126390
  /**
@@ -127378,7 +127378,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
127378
127378
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
127379
127379
  */
127380
127380
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
127381
- super(terraformResource, terraformAttribute, wrapsSet)
127381
+ super(terraformResource, terraformAttribute, wrapsSet);
127382
127382
  }
127383
127383
 
127384
127384
  /**
@@ -128402,7 +128402,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
128402
128402
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
128403
128403
  */
128404
128404
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
128405
- super(terraformResource, terraformAttribute, wrapsSet)
128405
+ super(terraformResource, terraformAttribute, wrapsSet);
128406
128406
  }
128407
128407
 
128408
128408
  /**
@@ -128713,7 +128713,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementSt
128713
128713
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementSqliMatchStatement,
128714
128714
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementSqliMatchStatementToTerraform,
128715
128715
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementSqliMatchStatementToHclTerraform,
128716
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementSqliMatchStatementOutputReference } from './structs2000'
128716
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementSqliMatchStatementOutputReference } from './structs2000';
128717
128717
  import { Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatement,
128718
128718
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementToTerraform,
128719
128719
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementToHclTerraform,
@@ -128733,7 +128733,7 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementSt
128733
128733
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatement,
128734
128734
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementToTerraform,
128735
128735
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementToHclTerraform,
128736
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementOutputReference } from './structs1600'
128736
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementOutputReference } from './structs1600';
128737
128737
  import { Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatement,
128738
128738
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementToTerraform,
128739
128739
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementAndStatementToHclTerraform,
@@ -128749,15 +128749,15 @@ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementGeoMatchState
128749
128749
  Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement,
128750
128750
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementToTerraform,
128751
128751
  wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementToHclTerraform,
128752
- Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementOutputReference } from './structs800'
128752
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementOutputReference } from './structs800';
128753
128753
  import { Wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRule,
128754
128754
  wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleToTerraform,
128755
128755
  wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleToHclTerraform,
128756
- Wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleList } from './structs0'
128756
+ Wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleList } from './structs0';
128757
128757
  import { Wafv2WebAclRuleStatementOrStatementStatement,
128758
128758
  wafv2WebAclRuleStatementOrStatementStatementToTerraform,
128759
128759
  wafv2WebAclRuleStatementOrStatementStatementToHclTerraform,
128760
- Wafv2WebAclRuleStatementOrStatementStatementList } from './structs2800'
128760
+ Wafv2WebAclRuleStatementOrStatementStatementList } from './structs2800';
128761
128761
  export interface Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementXssMatchStatementFieldToMatchQueryString {
128762
128762
  }
128763
128763
 
@@ -129447,7 +129447,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
129447
129447
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
129448
129448
  */
129449
129449
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
129450
- super(terraformResource, terraformAttribute, wrapsSet)
129450
+ super(terraformResource, terraformAttribute, wrapsSet);
129451
129451
  }
129452
129452
 
129453
129453
  /**
@@ -129998,7 +129998,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
129998
129998
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
129999
129999
  */
130000
130000
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
130001
- super(terraformResource, terraformAttribute, wrapsSet)
130001
+ super(terraformResource, terraformAttribute, wrapsSet);
130002
130002
  }
130003
130003
 
130004
130004
  /**
@@ -130927,7 +130927,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
130927
130927
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
130928
130928
  */
130929
130929
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
130930
- super(terraformResource, terraformAttribute, wrapsSet)
130930
+ super(terraformResource, terraformAttribute, wrapsSet);
130931
130931
  }
130932
130932
 
130933
130933
  /**
@@ -131921,7 +131921,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
131921
131921
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
131922
131922
  */
131923
131923
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
131924
- super(terraformResource, terraformAttribute, wrapsSet)
131924
+ super(terraformResource, terraformAttribute, wrapsSet);
131925
131925
  }
131926
131926
 
131927
131927
  /**
@@ -132945,7 +132945,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
132945
132945
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
132946
132946
  */
132947
132947
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
132948
- super(terraformResource, terraformAttribute, wrapsSet)
132948
+ super(terraformResource, terraformAttribute, wrapsSet);
132949
132949
  }
132950
132950
 
132951
132951
  /**
@@ -133909,7 +133909,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
133909
133909
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
133910
133910
  */
133911
133911
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
133912
- super(terraformResource, terraformAttribute, wrapsSet)
133912
+ super(terraformResource, terraformAttribute, wrapsSet);
133913
133913
  }
133914
133914
 
133915
133915
  /**
@@ -135538,7 +135538,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementByteMatchStatementText
135538
135538
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
135539
135539
  */
135540
135540
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
135541
- super(terraformResource, terraformAttribute, wrapsSet)
135541
+ super(terraformResource, terraformAttribute, wrapsSet);
135542
135542
  }
135543
135543
 
135544
135544
  /**
@@ -137129,7 +137129,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementRegexPatternSetReferen
137129
137129
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
137130
137130
  */
137131
137131
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
137132
- super(terraformResource, terraformAttribute, wrapsSet)
137132
+ super(terraformResource, terraformAttribute, wrapsSet);
137133
137133
  }
137134
137134
 
137135
137135
  /**
@@ -138123,7 +138123,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementSizeConstraintStatemen
138123
138123
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
138124
138124
  */
138125
138125
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
138126
- super(terraformResource, terraformAttribute, wrapsSet)
138126
+ super(terraformResource, terraformAttribute, wrapsSet);
138127
138127
  }
138128
138128
 
138129
138129
  /**
@@ -139147,7 +139147,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementSqliMatchStatementText
139147
139147
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
139148
139148
  */
139149
139149
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
139150
- super(terraformResource, terraformAttribute, wrapsSet)
139150
+ super(terraformResource, terraformAttribute, wrapsSet);
139151
139151
  }
139152
139152
 
139153
139153
  /**
@@ -140111,7 +140111,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementXssMatchStatementTextT
140111
140111
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
140112
140112
  */
140113
140113
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
140114
- super(terraformResource, terraformAttribute, wrapsSet)
140114
+ super(terraformResource, terraformAttribute, wrapsSet);
140115
140115
  }
140116
140116
 
140117
140117
  /**
@@ -140662,7 +140662,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementList extends cdktn.Com
140662
140662
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
140663
140663
  */
140664
140664
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
140665
- super(terraformResource, terraformAttribute, wrapsSet)
140665
+ super(terraformResource, terraformAttribute, wrapsSet);
140666
140666
  }
140667
140667
 
140668
140668
  /**
@@ -141674,7 +141674,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementByteMatchStatementTextT
141674
141674
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
141675
141675
  */
141676
141676
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
141677
- super(terraformResource, terraformAttribute, wrapsSet)
141677
+ super(terraformResource, terraformAttribute, wrapsSet);
141678
141678
  }
141679
141679
 
141680
141680
  /**
@@ -142665,7 +142665,7 @@ Wafv2WebAclRuleStatementOrStatementStatementIpSetReferenceStatementOutputReferen
142665
142665
  Wafv2WebAclRuleStatementOrStatementStatementNotStatement,
142666
142666
  wafv2WebAclRuleStatementOrStatementStatementNotStatementToTerraform,
142667
142667
  wafv2WebAclRuleStatementOrStatementStatementNotStatementToHclTerraform,
142668
- Wafv2WebAclRuleStatementOrStatementStatementNotStatementOutputReference } from './structs2400'
142668
+ Wafv2WebAclRuleStatementOrStatementStatementNotStatementOutputReference } from './structs2400';
142669
142669
  export interface Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenceStatementFieldToMatchSingleHeader {
142670
142670
  /**
142671
142671
  * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/test/latest/docs/resources/wafv2_web_acl#name Wafv2WebAcl#name}
@@ -143306,7 +143306,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenc
143306
143306
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
143307
143307
  */
143308
143308
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
143309
- super(terraformResource, terraformAttribute, wrapsSet)
143309
+ super(terraformResource, terraformAttribute, wrapsSet);
143310
143310
  }
143311
143311
 
143312
143312
  /**
@@ -144300,7 +144300,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementSizeConstraintStatement
144300
144300
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
144301
144301
  */
144302
144302
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
144303
- super(terraformResource, terraformAttribute, wrapsSet)
144303
+ super(terraformResource, terraformAttribute, wrapsSet);
144304
144304
  }
144305
144305
 
144306
144306
  /**
@@ -145324,7 +145324,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementSqliMatchStatementTextT
145324
145324
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
145325
145325
  */
145326
145326
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
145327
- super(terraformResource, terraformAttribute, wrapsSet)
145327
+ super(terraformResource, terraformAttribute, wrapsSet);
145328
145328
  }
145329
145329
 
145330
145330
  /**
@@ -146288,7 +146288,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementXssMatchStatementTextTr
146288
146288
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
146289
146289
  */
146290
146290
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
146291
- super(terraformResource, terraformAttribute, wrapsSet)
146291
+ super(terraformResource, terraformAttribute, wrapsSet);
146292
146292
  }
146293
146293
 
146294
146294
  /**
@@ -146839,7 +146839,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementList extends cdktn.Comp
146839
146839
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
146840
146840
  */
146841
146841
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
146842
- super(terraformResource, terraformAttribute, wrapsSet)
146842
+ super(terraformResource, terraformAttribute, wrapsSet);
146843
146843
  }
146844
146844
 
146845
146845
  /**
@@ -147879,7 +147879,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
147879
147879
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
147880
147880
  */
147881
147881
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
147882
- super(terraformResource, terraformAttribute, wrapsSet)
147882
+ super(terraformResource, terraformAttribute, wrapsSet);
147883
147883
  }
147884
147884
 
147885
147885
  /**
@@ -149387,7 +149387,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
149387
149387
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
149388
149388
  */
149389
149389
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
149390
- super(terraformResource, terraformAttribute, wrapsSet)
149390
+ super(terraformResource, terraformAttribute, wrapsSet);
149391
149391
  }
149392
149392
 
149393
149393
  /**
@@ -150381,7 +150381,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
150381
150381
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
150382
150382
  */
150383
150383
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
150384
- super(terraformResource, terraformAttribute, wrapsSet)
150384
+ super(terraformResource, terraformAttribute, wrapsSet);
150385
150385
  }
150386
150386
 
150387
150387
  /**
@@ -151405,7 +151405,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
151405
151405
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
151406
151406
  */
151407
151407
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
151408
- super(terraformResource, terraformAttribute, wrapsSet)
151408
+ super(terraformResource, terraformAttribute, wrapsSet);
151409
151409
  }
151410
151410
 
151411
151411
  /**
@@ -152369,7 +152369,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
152369
152369
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
152370
152370
  */
152371
152371
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
152372
- super(terraformResource, terraformAttribute, wrapsSet)
152372
+ super(terraformResource, terraformAttribute, wrapsSet);
152373
152373
  }
152374
152374
 
152375
152375
  /**
@@ -152815,7 +152815,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
152815
152815
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
152816
152816
  */
152817
152817
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
152818
- super(terraformResource, terraformAttribute, wrapsSet)
152818
+ super(terraformResource, terraformAttribute, wrapsSet);
152819
152819
  }
152820
152820
 
152821
152821
  /**
@@ -153744,7 +153744,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
153744
153744
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
153745
153745
  */
153746
153746
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
153747
- super(terraformResource, terraformAttribute, wrapsSet)
153747
+ super(terraformResource, terraformAttribute, wrapsSet);
153748
153748
  }
153749
153749
 
153750
153750
  /**
@@ -155252,7 +155252,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
155252
155252
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
155253
155253
  */
155254
155254
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
155255
- super(terraformResource, terraformAttribute, wrapsSet)
155255
+ super(terraformResource, terraformAttribute, wrapsSet);
155256
155256
  }
155257
155257
 
155258
155258
  /**
@@ -156322,7 +156322,7 @@ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatemen
156322
156322
  Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatement,
156323
156323
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatementToTerraform,
156324
156324
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatementToHclTerraform,
156325
- Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatementOutputReference } from './structs2800'
156325
+ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementIpSetReferenceStatementOutputReference } from './structs2800';
156326
156326
  export interface Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementRegexPatternSetReferenceStatementFieldToMatchUriPath {
156327
156327
  }
156328
156328
 
@@ -156801,7 +156801,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
156801
156801
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
156802
156802
  */
156803
156803
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
156804
- super(terraformResource, terraformAttribute, wrapsSet)
156804
+ super(terraformResource, terraformAttribute, wrapsSet);
156805
156805
  }
156806
156806
 
156807
156807
  /**
@@ -157795,7 +157795,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
157795
157795
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
157796
157796
  */
157797
157797
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
157798
- super(terraformResource, terraformAttribute, wrapsSet)
157798
+ super(terraformResource, terraformAttribute, wrapsSet);
157799
157799
  }
157800
157800
 
157801
157801
  /**
@@ -158819,7 +158819,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
158819
158819
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
158820
158820
  */
158821
158821
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
158822
- super(terraformResource, terraformAttribute, wrapsSet)
158822
+ super(terraformResource, terraformAttribute, wrapsSet);
158823
158823
  }
158824
158824
 
158825
158825
  /**
@@ -159783,7 +159783,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
159783
159783
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
159784
159784
  */
159785
159785
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
159786
- super(terraformResource, terraformAttribute, wrapsSet)
159786
+ super(terraformResource, terraformAttribute, wrapsSet);
159787
159787
  }
159788
159788
 
159789
159789
  /**
@@ -160229,7 +160229,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
160229
160229
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
160230
160230
  */
160231
160231
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
160232
- super(terraformResource, terraformAttribute, wrapsSet)
160232
+ super(terraformResource, terraformAttribute, wrapsSet);
160233
160233
  }
160234
160234
 
160235
160235
  /**
@@ -161158,7 +161158,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
161158
161158
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
161159
161159
  */
161160
161160
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
161161
- super(terraformResource, terraformAttribute, wrapsSet)
161161
+ super(terraformResource, terraformAttribute, wrapsSet);
161162
161162
  }
161163
161163
 
161164
161164
  /**
@@ -162666,7 +162666,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
162666
162666
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
162667
162667
  */
162668
162668
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
162669
- super(terraformResource, terraformAttribute, wrapsSet)
162669
+ super(terraformResource, terraformAttribute, wrapsSet);
162670
162670
  }
162671
162671
 
162672
162672
  /**
@@ -163660,7 +163660,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
163660
163660
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
163661
163661
  */
163662
163662
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
163663
- super(terraformResource, terraformAttribute, wrapsSet)
163663
+ super(terraformResource, terraformAttribute, wrapsSet);
163664
163664
  }
163665
163665
 
163666
163666
  /**
@@ -164684,7 +164684,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
164684
164684
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
164685
164685
  */
164686
164686
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
164687
- super(terraformResource, terraformAttribute, wrapsSet)
164687
+ super(terraformResource, terraformAttribute, wrapsSet);
164688
164688
  }
164689
164689
 
164690
164690
  /**
@@ -165648,7 +165648,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
165648
165648
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
165649
165649
  */
165650
165650
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
165651
- super(terraformResource, terraformAttribute, wrapsSet)
165651
+ super(terraformResource, terraformAttribute, wrapsSet);
165652
165652
  }
165653
165653
 
165654
165654
  /**
@@ -166094,7 +166094,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
166094
166094
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
166095
166095
  */
166096
166096
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
166097
- super(terraformResource, terraformAttribute, wrapsSet)
166097
+ super(terraformResource, terraformAttribute, wrapsSet);
166098
166098
  }
166099
166099
 
166100
166100
  /**
@@ -167023,7 +167023,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
167023
167023
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
167024
167024
  */
167025
167025
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
167026
- super(terraformResource, terraformAttribute, wrapsSet)
167026
+ super(terraformResource, terraformAttribute, wrapsSet);
167027
167027
  }
167028
167028
 
167029
167029
  /**
@@ -168017,7 +168017,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
168017
168017
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
168018
168018
  */
168019
168019
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
168020
- super(terraformResource, terraformAttribute, wrapsSet)
168020
+ super(terraformResource, terraformAttribute, wrapsSet);
168021
168021
  }
168022
168022
 
168023
168023
  /**
@@ -169041,7 +169041,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
169041
169041
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
169042
169042
  */
169043
169043
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
169044
- super(terraformResource, terraformAttribute, wrapsSet)
169044
+ super(terraformResource, terraformAttribute, wrapsSet);
169045
169045
  }
169046
169046
 
169047
169047
  /**
@@ -169575,7 +169575,7 @@ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatemen
169575
169575
  Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementSqliMatchStatement,
169576
169576
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementSqliMatchStatementToTerraform,
169577
169577
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementSqliMatchStatementToHclTerraform,
169578
- Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementSqliMatchStatementOutputReference } from './structs3200'
169578
+ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementSqliMatchStatementOutputReference } from './structs3200';
169579
169579
  import { Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatement,
169580
169580
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementToTerraform,
169581
169581
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementAndStatementToHclTerraform,
@@ -169591,7 +169591,7 @@ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatemen
169591
169591
  Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatement,
169592
169592
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatementToTerraform,
169593
169593
  wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatementToHclTerraform,
169594
- Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatementOutputReference } from './structs2800'
169594
+ Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementIpSetReferenceStatementOutputReference } from './structs2800';
169595
169595
  export interface Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementXssMatchStatementFieldToMatchUriPath {
169596
169596
  }
169597
169597
 
@@ -170070,7 +170070,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
170070
170070
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
170071
170071
  */
170072
170072
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
170073
- super(terraformResource, terraformAttribute, wrapsSet)
170073
+ super(terraformResource, terraformAttribute, wrapsSet);
170074
170074
  }
170075
170075
 
170076
170076
  /**
@@ -170621,7 +170621,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
170621
170621
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
170622
170622
  */
170623
170623
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
170624
- super(terraformResource, terraformAttribute, wrapsSet)
170624
+ super(terraformResource, terraformAttribute, wrapsSet);
170625
170625
  }
170626
170626
 
170627
170627
  /**
@@ -171550,7 +171550,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementByteMat
171550
171550
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
171551
171551
  */
171552
171552
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
171553
- super(terraformResource, terraformAttribute, wrapsSet)
171553
+ super(terraformResource, terraformAttribute, wrapsSet);
171554
171554
  }
171555
171555
 
171556
171556
  /**
@@ -173058,7 +173058,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
173058
173058
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
173059
173059
  */
173060
173060
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
173061
- super(terraformResource, terraformAttribute, wrapsSet)
173061
+ super(terraformResource, terraformAttribute, wrapsSet);
173062
173062
  }
173063
173063
 
173064
173064
  /**
@@ -174566,7 +174566,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
174566
174566
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
174567
174567
  */
174568
174568
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
174569
- super(terraformResource, terraformAttribute, wrapsSet)
174569
+ super(terraformResource, terraformAttribute, wrapsSet);
174570
174570
  }
174571
174571
 
174572
174572
  /**
@@ -175560,7 +175560,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
175560
175560
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
175561
175561
  */
175562
175562
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
175563
- super(terraformResource, terraformAttribute, wrapsSet)
175563
+ super(terraformResource, terraformAttribute, wrapsSet);
175564
175564
  }
175565
175565
 
175566
175566
  /**
@@ -176584,7 +176584,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
176584
176584
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
176585
176585
  */
176586
176586
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
176587
- super(terraformResource, terraformAttribute, wrapsSet)
176587
+ super(terraformResource, terraformAttribute, wrapsSet);
176588
176588
  }
176589
176589
 
176590
176590
  /**
@@ -177548,7 +177548,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
177548
177548
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
177549
177549
  */
177550
177550
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
177551
- super(terraformResource, terraformAttribute, wrapsSet)
177551
+ super(terraformResource, terraformAttribute, wrapsSet);
177552
177552
  }
177553
177553
 
177554
177554
  /**
@@ -177994,7 +177994,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
177994
177994
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
177995
177995
  */
177996
177996
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
177997
- super(terraformResource, terraformAttribute, wrapsSet)
177997
+ super(terraformResource, terraformAttribute, wrapsSet);
177998
177998
  }
177999
177999
 
178000
178000
  /**
@@ -178923,7 +178923,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
178923
178923
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
178924
178924
  */
178925
178925
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
178926
- super(terraformResource, terraformAttribute, wrapsSet)
178926
+ super(terraformResource, terraformAttribute, wrapsSet);
178927
178927
  }
178928
178928
 
178929
178929
  /**
@@ -180431,7 +180431,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
180431
180431
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
180432
180432
  */
180433
180433
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
180434
- super(terraformResource, terraformAttribute, wrapsSet)
180434
+ super(terraformResource, terraformAttribute, wrapsSet);
180435
180435
  }
180436
180436
 
180437
180437
  /**
@@ -181939,7 +181939,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
181939
181939
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
181940
181940
  */
181941
181941
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
181942
- super(terraformResource, terraformAttribute, wrapsSet)
181942
+ super(terraformResource, terraformAttribute, wrapsSet);
181943
181943
  }
181944
181944
 
181945
181945
  /**
@@ -182933,7 +182933,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
182933
182933
  * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
182934
182934
  */
182935
182935
  constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
182936
- super(terraformResource, terraformAttribute, wrapsSet)
182936
+ super(terraformResource, terraformAttribute, wrapsSet);
182937
182937
  }
182938
182938
 
182939
182939
  /**
@@ -183415,8 +183415,8 @@ Wafv2WebAclRuleList,
183415
183415
  Wafv2WebAclVisibilityConfig,
183416
183416
  wafv2WebAclVisibilityConfigToTerraform,
183417
183417
  wafv2WebAclVisibilityConfigToHclTerraform,
183418
- Wafv2WebAclVisibilityConfigOutputReference} from './index-structs'
183419
- export * from './index-structs'
183418
+ Wafv2WebAclVisibilityConfigOutputReference} from './index-structs/index';
183419
+ export * from './index-structs/index';
183420
183420
  import { Construct } from 'constructs';
183421
183421
  import * as cdktn from 'cdktn';
183422
183422
  export interface Wafv2WebAclConfig extends cdktn.TerraformMetaArguments {