@cdktn/provider-generator 0.22.0 → 0.23.0-pre.4
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.
- package/lib/__tests__/__snapshots__/provider.test.ts.snap +444 -444
- package/lib/get/__tests__/generator/__snapshots__/complex-computed-types.test.ts.snap +1 -1
- package/lib/get/__tests__/generator/__snapshots__/export-sharding.test.ts.snap +228 -228
- package/lib/get/__tests__/generator/__snapshots__/nested-types.test.ts.snap +2 -2
- package/lib/get/__tests__/generator/__snapshots__/resource-types.test.ts.snap +20 -20
- package/lib/get/__tests__/generator/__snapshots__/skipped-attributes.test.ts.snap +3 -3
- package/lib/get/__tests__/generator/__snapshots__/types.test.ts.snap +18 -18
- package/lib/get/generator/emitter/struct-emitter.js +7 -7
- package/package.json +5 -4
|
@@ -708,7 +708,7 @@ export class DashboardTemplateVariableList extends cdktn.ComplexList {
|
|
|
708
708
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
711
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
712
712
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
713
713
|
}
|
|
714
714
|
|
|
@@ -861,7 +861,7 @@ export class DashboardTemplateVariablePresetTemplateVariableList extends cdktn.C
|
|
|
861
861
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
864
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
865
865
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
866
866
|
}
|
|
867
867
|
|
|
@@ -1014,7 +1014,7 @@ export class DashboardTemplateVariablePresetList extends cdktn.ComplexList {
|
|
|
1014
1014
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
1017
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1018
1018
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
@@ -1785,7 +1785,7 @@ export class DashboardWidgetChangeDefinitionCustomLinkList extends cdktn.Complex
|
|
|
1785
1785
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
1788
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1789
1789
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1790
1790
|
}
|
|
1791
1791
|
|
|
@@ -2276,7 +2276,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryGroupByList extends c
|
|
|
2276
2276
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
2279
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2280
2280
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2281
2281
|
}
|
|
2282
2282
|
|
|
@@ -2461,7 +2461,7 @@ export class DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList exte
|
|
|
2461
2461
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
2464
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2465
2465
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2466
2466
|
}
|
|
2467
2467
|
|
|
@@ -3175,7 +3175,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryGroupByList extends c
|
|
|
3175
3175
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
3178
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3179
3179
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3180
3180
|
}
|
|
3181
3181
|
|
|
@@ -3360,7 +3360,7 @@ export class DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList exte
|
|
|
3360
3360
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
3363
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3364
3364
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
@@ -4262,7 +4262,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryGroupByList extends c
|
|
|
4262
4262
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
4265
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4266
4266
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4267
4267
|
}
|
|
4268
4268
|
|
|
@@ -4447,7 +4447,7 @@ export class DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList exte
|
|
|
4447
4447
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
4450
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4451
4451
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4452
4452
|
}
|
|
4453
4453
|
|
|
@@ -5161,7 +5161,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList exte
|
|
|
5161
5161
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
5164
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5165
5165
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5166
5166
|
}
|
|
5167
5167
|
|
|
@@ -5346,7 +5346,7 @@ export class DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList
|
|
|
5346
5346
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
5349
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5350
5350
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5351
5351
|
}
|
|
5352
5352
|
|
|
@@ -6072,7 +6072,7 @@ export class DashboardWidgetChangeDefinitionRequestList extends cdktn.ComplexLis
|
|
|
6072
6072
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
6075
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
6076
6076
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
6077
6077
|
}
|
|
6078
6078
|
|
|
@@ -7184,7 +7184,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList ext
|
|
|
7184
7184
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
7187
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7188
7188
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7189
7189
|
}
|
|
7190
7190
|
|
|
@@ -7369,7 +7369,7 @@ export class DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeLis
|
|
|
7369
7369
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
7372
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7373
7373
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7374
7374
|
}
|
|
7375
7375
|
|
|
@@ -8083,7 +8083,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList ext
|
|
|
8083
8083
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
8086
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
8087
8087
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
8088
8088
|
}
|
|
8089
8089
|
|
|
@@ -8268,7 +8268,7 @@ export class DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeLis
|
|
|
8268
8268
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
8271
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
8272
8272
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
8273
8273
|
}
|
|
8274
8274
|
|
|
@@ -9170,7 +9170,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList ext
|
|
|
9170
9170
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
9173
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
9174
9174
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
9175
9175
|
}
|
|
9176
9176
|
|
|
@@ -9355,7 +9355,7 @@ export class DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeLis
|
|
|
9355
9355
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
9358
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
9359
9359
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
9360
9360
|
}
|
|
9361
9361
|
|
|
@@ -10069,7 +10069,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByLis
|
|
|
10069
10069
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
10072
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10073
10073
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10074
10074
|
}
|
|
10075
10075
|
|
|
@@ -10254,7 +10254,7 @@ export class DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompu
|
|
|
10254
10254
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
10257
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10258
10258
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10259
10259
|
}
|
|
10260
10260
|
|
|
@@ -10891,7 +10891,7 @@ export class DashboardWidgetDistributionDefinitionRequestList extends cdktn.Comp
|
|
|
10891
10891
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
10894
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10895
10895
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10896
10896
|
}
|
|
10897
10897
|
|
|
@@ -12149,7 +12149,7 @@ export class DashboardWidgetGeomapDefinitionCustomLinkList extends cdktn.Complex
|
|
|
12149
12149
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
12152
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12153
12153
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12154
12154
|
}
|
|
12155
12155
|
|
|
@@ -12538,7 +12538,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList
|
|
|
12538
12538
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
12541
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12542
12542
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12543
12543
|
}
|
|
12544
12544
|
|
|
@@ -12914,7 +12914,7 @@ export class DashboardWidgetGeomapDefinitionRequestFormulaList extends cdktn.Com
|
|
|
12914
12914
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
12917
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
12918
12918
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
12919
12919
|
}
|
|
12920
12920
|
|
|
@@ -13405,7 +13405,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList extends c
|
|
|
13405
13405
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
13408
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
13409
13409
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
13410
13410
|
}
|
|
13411
13411
|
|
|
@@ -13590,7 +13590,7 @@ export class DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList exte
|
|
|
13590
13590
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
13593
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
13594
13594
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
13595
13595
|
}
|
|
13596
13596
|
|
|
@@ -14764,7 +14764,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList ex
|
|
|
14764
14764
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
14767
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
14768
14768
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
14769
14769
|
}
|
|
14770
14770
|
|
|
@@ -15102,7 +15102,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList ex
|
|
|
15102
15102
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
15105
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
15106
15106
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
15107
15107
|
}
|
|
15108
15108
|
|
|
@@ -16237,7 +16237,7 @@ export class DashboardWidgetGeomapDefinitionRequestQueryList extends cdktn.Compl
|
|
|
16237
16237
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
16240
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
16241
16241
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
16242
16242
|
}
|
|
16243
16243
|
|
|
@@ -16728,7 +16728,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList extends c
|
|
|
16728
16728
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
16731
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
16732
16732
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
16733
16733
|
}
|
|
16734
16734
|
|
|
@@ -16913,7 +16913,7 @@ export class DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList exte
|
|
|
16913
16913
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
16916
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
16917
16917
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
16918
16918
|
}
|
|
16919
16919
|
|
|
@@ -17394,7 +17394,7 @@ export class DashboardWidgetGeomapDefinitionRequestList extends cdktn.ComplexLis
|
|
|
17394
17394
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
17397
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
17398
17398
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
17399
17399
|
}
|
|
17400
17400
|
|
|
@@ -18691,7 +18691,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList
|
|
|
18691
18691
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
18694
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
18695
18695
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
18696
18696
|
}
|
|
18697
18697
|
|
|
@@ -19182,7 +19182,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
|
|
|
19182
19182
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
19185
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
19186
19186
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
19187
19187
|
}
|
|
19188
19188
|
|
|
@@ -19367,7 +19367,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
|
|
|
19367
19367
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
19370
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
19371
19371
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
19372
19372
|
}
|
|
19373
19373
|
|
|
@@ -20081,7 +20081,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
|
|
|
20081
20081
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
20084
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
20085
20085
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
20086
20086
|
}
|
|
20087
20087
|
|
|
@@ -20266,7 +20266,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
|
|
|
20266
20266
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
20269
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
20270
20270
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
20271
20271
|
}
|
|
20272
20272
|
|
|
@@ -21168,7 +21168,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
|
|
|
21168
21168
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
21171
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
21172
21172
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
21173
21173
|
}
|
|
21174
21174
|
|
|
@@ -21353,7 +21353,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery
|
|
|
21353
21353
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
21356
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
21357
21357
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
21358
21358
|
}
|
|
21359
21359
|
|
|
@@ -22067,7 +22067,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
|
|
|
22067
22067
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
22070
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22071
22071
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22072
22072
|
}
|
|
22073
22073
|
|
|
@@ -22252,7 +22252,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurity
|
|
|
22252
22252
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
22255
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22256
22256
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22257
22257
|
}
|
|
22258
22258
|
|
|
@@ -22978,7 +22978,7 @@ export class DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList ext
|
|
|
22978
22978
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
22981
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
22982
22982
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
22983
22983
|
}
|
|
22984
22984
|
|
|
@@ -24090,7 +24090,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
|
|
|
24090
24090
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
24093
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
24094
24094
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
24095
24095
|
}
|
|
24096
24096
|
|
|
@@ -24275,7 +24275,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestAp
|
|
|
24275
24275
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
24278
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
24279
24279
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
24280
24280
|
}
|
|
24281
24281
|
|
|
@@ -25002,7 +25002,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
|
|
|
25002
25002
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
25005
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
25006
25006
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
25007
25007
|
}
|
|
25008
25008
|
|
|
@@ -25187,7 +25187,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLo
|
|
|
25187
25187
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
25190
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
25191
25191
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
25192
25192
|
}
|
|
25193
25193
|
|
|
@@ -26089,7 +26089,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
|
|
|
26089
26089
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
26092
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
26093
26093
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
26094
26094
|
}
|
|
26095
26095
|
|
|
@@ -26274,7 +26274,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRu
|
|
|
26274
26274
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
26277
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
26278
26278
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
26279
26279
|
}
|
|
26280
26280
|
|
|
@@ -26988,7 +26988,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
|
|
|
26988
26988
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
26991
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
26992
26992
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
26993
26993
|
}
|
|
26994
26994
|
|
|
@@ -27173,7 +27173,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSe
|
|
|
27173
27173
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
27176
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
27177
27177
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
27178
27178
|
}
|
|
27179
27179
|
|
|
@@ -27810,7 +27810,7 @@ export class DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLi
|
|
|
27810
27810
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
27813
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
27814
27814
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
27815
27815
|
}
|
|
27816
27816
|
|
|
@@ -29068,7 +29068,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList
|
|
|
29068
29068
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
29071
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
29072
29072
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
29073
29073
|
}
|
|
29074
29074
|
|
|
@@ -29457,7 +29457,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaC
|
|
|
29457
29457
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
29460
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
29461
29461
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
29462
29462
|
}
|
|
29463
29463
|
|
|
@@ -29833,7 +29833,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaL
|
|
|
29833
29833
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
29836
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
29837
29837
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
29838
29838
|
}
|
|
29839
29839
|
|
|
@@ -30324,7 +30324,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
|
|
|
30324
30324
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
30327
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
30328
30328
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
30329
30329
|
}
|
|
30330
30330
|
|
|
@@ -30509,7 +30509,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery
|
|
|
30509
30509
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
30512
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
30513
30513
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
30514
30514
|
}
|
|
30515
30515
|
|
|
@@ -31683,7 +31683,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
|
|
|
31683
31683
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
31686
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
31687
31687
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
31688
31688
|
}
|
|
31689
31689
|
|
|
@@ -32021,7 +32021,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEve
|
|
|
32021
32021
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
32024
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
32025
32025
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
32026
32026
|
}
|
|
32027
32027
|
|
|
@@ -33156,7 +33156,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryLis
|
|
|
33156
33156
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
33159
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
33160
33160
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
33161
33161
|
}
|
|
33162
33162
|
|
|
@@ -33647,7 +33647,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
|
|
|
33647
33647
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
33650
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
33651
33651
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
33652
33652
|
}
|
|
33653
33653
|
|
|
@@ -33832,7 +33832,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery
|
|
|
33832
33832
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
33835
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
33836
33836
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
33837
33837
|
}
|
|
33838
33838
|
|
|
@@ -34313,7 +34313,7 @@ export class DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList ext
|
|
|
34313
34313
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
34316
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
34317
34317
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
34318
34318
|
}
|
|
34319
34319
|
|
|
@@ -35062,7 +35062,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList
|
|
|
35062
35062
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
35065
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35066
35066
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35067
35067
|
}
|
|
35068
35068
|
|
|
@@ -35212,7 +35212,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList exte
|
|
|
35212
35212
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
35215
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35216
35216
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35217
35217
|
}
|
|
35218
35218
|
|
|
@@ -35703,7 +35703,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
|
|
|
35703
35703
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
35706
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35707
35707
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35708
35708
|
}
|
|
35709
35709
|
|
|
@@ -35888,7 +35888,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuer
|
|
|
35888
35888
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
35891
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
35892
35892
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
35893
35893
|
}
|
|
35894
35894
|
|
|
@@ -36602,7 +36602,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
|
|
|
36602
36602
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
36605
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
36606
36606
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
36607
36607
|
}
|
|
36608
36608
|
|
|
@@ -36787,7 +36787,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuer
|
|
|
36787
36787
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
36790
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
36791
36791
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
36792
36792
|
}
|
|
36793
36793
|
|
|
@@ -37689,7 +37689,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
|
|
|
37689
37689
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
37692
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
37693
37693
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
37694
37694
|
}
|
|
37695
37695
|
|
|
@@ -37874,7 +37874,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuer
|
|
|
37874
37874
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
37877
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
37878
37878
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
37879
37879
|
}
|
|
37880
37880
|
|
|
@@ -38588,7 +38588,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
|
|
|
38588
38588
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
38591
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
38592
38592
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
38593
38593
|
}
|
|
38594
38594
|
|
|
@@ -38773,7 +38773,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurit
|
|
|
38773
38773
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
38776
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
38777
38777
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
38778
38778
|
}
|
|
38779
38779
|
|
|
@@ -39410,7 +39410,7 @@ export class DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList ex
|
|
|
39410
39410
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
39413
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
39414
39414
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
39415
39415
|
}
|
|
39416
39416
|
|
|
@@ -40260,7 +40260,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList
|
|
|
40260
40260
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
40263
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
40264
40264
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
40265
40265
|
}
|
|
40266
40266
|
|
|
@@ -40751,7 +40751,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
|
|
|
40751
40751
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
40754
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
40755
40755
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
40756
40756
|
}
|
|
40757
40757
|
|
|
@@ -40936,7 +40936,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApm
|
|
|
40936
40936
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
40939
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
40940
40940
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
40941
40941
|
}
|
|
40942
40942
|
|
|
@@ -41650,7 +41650,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
|
|
|
41650
41650
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
41653
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
41654
41654
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
41655
41655
|
}
|
|
41656
41656
|
|
|
@@ -41835,7 +41835,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLog
|
|
|
41835
41835
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
41838
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
41839
41839
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
41840
41840
|
}
|
|
41841
41841
|
|
|
@@ -42737,7 +42737,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
|
|
|
42737
42737
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
42740
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
42741
42741
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
42742
42742
|
}
|
|
42743
42743
|
|
|
@@ -42922,7 +42922,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRum
|
|
|
42922
42922
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
42925
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
42926
42926
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
42927
42927
|
}
|
|
42928
42928
|
|
|
@@ -43636,7 +43636,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
|
|
|
43636
43636
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
43639
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
43640
43640
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
43641
43641
|
}
|
|
43642
43642
|
|
|
@@ -43821,7 +43821,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSec
|
|
|
43821
43821
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
43824
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
43825
43825
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
43826
43826
|
}
|
|
43827
43827
|
|
|
@@ -44337,7 +44337,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLis
|
|
|
44337
44337
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
44340
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
44341
44341
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
44342
44342
|
}
|
|
44343
44343
|
|
|
@@ -44828,7 +44828,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
|
|
|
44828
44828
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
44831
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
44832
44832
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
44833
44833
|
}
|
|
44834
44834
|
|
|
@@ -45013,7 +45013,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApm
|
|
|
45013
45013
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
45016
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45017
45017
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45018
45018
|
}
|
|
45019
45019
|
|
|
@@ -45727,7 +45727,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
|
|
|
45727
45727
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
45730
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45731
45731
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45732
45732
|
}
|
|
45733
45733
|
|
|
@@ -45912,7 +45912,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLog
|
|
|
45912
45912
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
45915
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
45916
45916
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
45917
45917
|
}
|
|
45918
45918
|
|
|
@@ -46814,7 +46814,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
|
|
|
46814
46814
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
46817
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
46818
46818
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
46819
46819
|
}
|
|
46820
46820
|
|
|
@@ -46999,7 +46999,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRum
|
|
|
46999
46999
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
47002
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
47003
47003
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
47004
47004
|
}
|
|
47005
47005
|
|
|
@@ -47713,7 +47713,7 @@ export class DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSec
|
|
|
47713
47713
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
47716
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
47717
47717
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
47718
47718
|
}
|
|
47719
47719
|
|
|
@@ -47879,7 +47879,7 @@ export class Wafv2WebAclDefaultActionAllowCustomRequestHandlingInsertHeaderList
|
|
|
47879
47879
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
47882
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
47883
47883
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
47884
47884
|
}
|
|
47885
47885
|
|
|
@@ -48191,7 +48191,7 @@ export class Wafv2WebAclDefaultActionBlockCustomResponseResponseHeaderList exten
|
|
|
48191
48191
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
48194
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
48195
48195
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
48196
48196
|
}
|
|
48197
48197
|
|
|
@@ -48657,7 +48657,7 @@ export class Wafv2WebAclRuleActionAllowCustomRequestHandlingInsertHeaderList ext
|
|
|
48657
48657
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
48660
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
48661
48661
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
48662
48662
|
}
|
|
48663
48663
|
|
|
@@ -48969,7 +48969,7 @@ export class Wafv2WebAclRuleActionBlockCustomResponseResponseHeaderList extends
|
|
|
48969
48969
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
48972
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
48973
48973
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
48974
48974
|
}
|
|
48975
48975
|
|
|
@@ -49314,7 +49314,7 @@ export class Wafv2WebAclRuleActionCountCustomRequestHandlingInsertHeaderList ext
|
|
|
49314
49314
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
49317
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
49318
49318
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
49319
49319
|
}
|
|
49320
49320
|
|
|
@@ -50704,7 +50704,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementByteMatchStatementText
|
|
|
50704
50704
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
50707
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
50708
50708
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
50709
50709
|
}
|
|
50710
50710
|
|
|
@@ -52378,7 +52378,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementRegexPatternSetReferen
|
|
|
52378
52378
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
52381
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
52382
52382
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
52383
52383
|
}
|
|
52384
52384
|
|
|
@@ -53372,7 +53372,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementSizeConstraintStatemen
|
|
|
53372
53372
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
53375
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
53376
53376
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
53377
53377
|
}
|
|
53378
53378
|
|
|
@@ -54396,7 +54396,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementSqliMatchStatementText
|
|
|
54396
54396
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
54399
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
54400
54400
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
54401
54401
|
}
|
|
54402
54402
|
|
|
@@ -55360,7 +55360,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementXssMatchStatementTextT
|
|
|
55360
55360
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
55363
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
55364
55364
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
55365
55365
|
}
|
|
55366
55366
|
|
|
@@ -55911,7 +55911,7 @@ export class Wafv2WebAclRuleStatementAndStatementStatementList extends cdktn.Com
|
|
|
55911
55911
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
55914
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
55915
55915
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
55916
55916
|
}
|
|
55917
55917
|
|
|
@@ -56840,7 +56840,7 @@ export class Wafv2WebAclRuleStatementByteMatchStatementTextTransformationList ex
|
|
|
56840
56840
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
56843
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
56844
56844
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
56845
56845
|
}
|
|
56846
56846
|
|
|
@@ -57615,7 +57615,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementExcludedRuleList e
|
|
|
57615
57615
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
57618
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
57619
57619
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
57620
57620
|
}
|
|
57621
57621
|
|
|
@@ -58461,7 +58461,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
58461
58461
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
58464
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
58465
58465
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
58466
58466
|
}
|
|
58467
58467
|
|
|
@@ -59969,7 +59969,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
59969
59969
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
59972
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
59973
59973
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
59974
59974
|
}
|
|
59975
59975
|
|
|
@@ -60963,7 +60963,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
60963
60963
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
60966
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
60967
60967
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
60968
60968
|
}
|
|
60969
60969
|
|
|
@@ -62016,7 +62016,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
62016
62016
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
62019
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
62020
62020
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
62021
62021
|
}
|
|
62022
62022
|
|
|
@@ -62980,7 +62980,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
62980
62980
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
62983
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
62984
62984
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
62985
62985
|
}
|
|
62986
62986
|
|
|
@@ -63426,7 +63426,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
63426
63426
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
63429
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
63430
63430
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
63431
63431
|
}
|
|
63432
63432
|
|
|
@@ -64355,7 +64355,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
64355
64355
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
64358
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
64359
64359
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
64360
64360
|
}
|
|
64361
64361
|
|
|
@@ -65863,7 +65863,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
65863
65863
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
65866
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
65867
65867
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
65868
65868
|
}
|
|
65869
65869
|
|
|
@@ -67371,7 +67371,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
67371
67371
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
67374
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
67375
67375
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
67376
67376
|
}
|
|
67377
67377
|
|
|
@@ -68365,7 +68365,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
68365
68365
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
68368
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
68369
68369
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
68370
68370
|
}
|
|
68371
68371
|
|
|
@@ -69389,7 +69389,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
69389
69389
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
69392
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
69393
69393
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
69394
69394
|
}
|
|
69395
69395
|
|
|
@@ -70353,7 +70353,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
70353
70353
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
70356
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
70357
70357
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
70358
70358
|
}
|
|
70359
70359
|
|
|
@@ -70799,7 +70799,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
70799
70799
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
70802
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
70803
70803
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
70804
70804
|
}
|
|
70805
70805
|
|
|
@@ -71728,7 +71728,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
71728
71728
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
71731
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
71732
71732
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
71733
71733
|
}
|
|
71734
71734
|
|
|
@@ -73236,7 +73236,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
73236
73236
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
73239
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
73240
73240
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
73241
73241
|
}
|
|
73242
73242
|
|
|
@@ -74230,7 +74230,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
74230
74230
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
74233
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
74234
74234
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
74235
74235
|
}
|
|
74236
74236
|
|
|
@@ -75315,7 +75315,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
75315
75315
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
75318
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
75319
75319
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
75320
75320
|
}
|
|
75321
75321
|
|
|
@@ -76279,7 +76279,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
76279
76279
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
76282
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
76283
76283
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
76284
76284
|
}
|
|
76285
76285
|
|
|
@@ -76725,7 +76725,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
76725
76725
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
76728
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
76729
76729
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
76730
76730
|
}
|
|
76731
76731
|
|
|
@@ -77654,7 +77654,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
77654
77654
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
77657
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
77658
77658
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
77659
77659
|
}
|
|
77660
77660
|
|
|
@@ -78648,7 +78648,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
78648
78648
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
78651
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
78652
78652
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
78653
78653
|
}
|
|
78654
78654
|
|
|
@@ -79672,7 +79672,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
79672
79672
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
79675
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
79676
79676
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
79677
79677
|
}
|
|
79678
79678
|
|
|
@@ -80636,7 +80636,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
80636
80636
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
80639
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
80640
80640
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
80641
80641
|
}
|
|
80642
80642
|
|
|
@@ -81187,7 +81187,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
81187
81187
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
81190
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
81191
81191
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
81192
81192
|
}
|
|
81193
81193
|
|
|
@@ -82116,7 +82116,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
82116
82116
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
82119
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
82120
82120
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
82121
82121
|
}
|
|
82122
82122
|
|
|
@@ -83624,7 +83624,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
83624
83624
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
83627
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
83628
83628
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
83629
83629
|
}
|
|
83630
83630
|
|
|
@@ -85132,7 +85132,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
85132
85132
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
85135
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
85136
85136
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
85137
85137
|
}
|
|
85138
85138
|
|
|
@@ -86126,7 +86126,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
86126
86126
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
86129
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
86130
86130
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
86131
86131
|
}
|
|
86132
86132
|
|
|
@@ -87150,7 +87150,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
87150
87150
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
87153
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
87154
87154
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
87155
87155
|
}
|
|
87156
87156
|
|
|
@@ -88114,7 +88114,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
88114
88114
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
88117
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
88118
88118
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
88119
88119
|
}
|
|
88120
88120
|
|
|
@@ -88593,7 +88593,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
88593
88593
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
88596
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
88597
88597
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
88598
88598
|
}
|
|
88599
88599
|
|
|
@@ -89522,7 +89522,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
89522
89522
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
89525
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
89526
89526
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
89527
89527
|
}
|
|
89528
89528
|
|
|
@@ -91030,7 +91030,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
91030
91030
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
91033
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
91034
91034
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
91035
91035
|
}
|
|
91036
91036
|
|
|
@@ -92538,7 +92538,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
92538
92538
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
92541
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
92542
92542
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
92543
92543
|
}
|
|
92544
92544
|
|
|
@@ -93532,7 +93532,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
93532
93532
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
93535
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
93536
93536
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
93537
93537
|
}
|
|
93538
93538
|
|
|
@@ -94556,7 +94556,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
94556
94556
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
94559
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
94560
94560
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
94561
94561
|
}
|
|
94562
94562
|
|
|
@@ -95520,7 +95520,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
95520
95520
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
95523
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
95524
95524
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
95525
95525
|
}
|
|
95526
95526
|
|
|
@@ -95966,7 +95966,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
95966
95966
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
95969
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
95970
95970
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
95971
95971
|
}
|
|
95972
95972
|
|
|
@@ -96895,7 +96895,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
96895
96895
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
96898
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
96899
96899
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
96900
96900
|
}
|
|
96901
96901
|
|
|
@@ -98403,7 +98403,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
98403
98403
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
98406
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
98407
98407
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
98408
98408
|
}
|
|
98409
98409
|
|
|
@@ -99397,7 +99397,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
99397
99397
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
99400
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
99401
99401
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
99402
99402
|
}
|
|
99403
99403
|
|
|
@@ -100421,7 +100421,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
100421
100421
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
100424
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
100425
100425
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
100426
100426
|
}
|
|
100427
100427
|
|
|
@@ -101385,7 +101385,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
101385
101385
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
101388
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
101389
101389
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
101390
101390
|
}
|
|
101391
101391
|
|
|
@@ -101831,7 +101831,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
101831
101831
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
101834
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
101835
101835
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
101836
101836
|
}
|
|
101837
101837
|
|
|
@@ -102789,7 +102789,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
102789
102789
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
102792
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
102793
102793
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
102794
102794
|
}
|
|
102795
102795
|
|
|
@@ -103783,7 +103783,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
103783
103783
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
103786
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
103787
103787
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
103788
103788
|
}
|
|
103789
103789
|
|
|
@@ -104807,7 +104807,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
104807
104807
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
104810
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
104811
104811
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
104812
104812
|
}
|
|
104813
104813
|
|
|
@@ -105771,7 +105771,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
105771
105771
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
105774
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
105775
105775
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
105776
105776
|
}
|
|
105777
105777
|
|
|
@@ -106322,7 +106322,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
106322
106322
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
106325
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
106326
106326
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
106327
106327
|
}
|
|
106328
106328
|
|
|
@@ -107251,7 +107251,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
107251
107251
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
107254
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
107255
107255
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
107256
107256
|
}
|
|
107257
107257
|
|
|
@@ -108759,7 +108759,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
108759
108759
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
108762
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
108763
108763
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
108764
108764
|
}
|
|
108765
108765
|
|
|
@@ -109753,7 +109753,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
109753
109753
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
109756
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
109757
109757
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
109758
109758
|
}
|
|
109759
109759
|
|
|
@@ -110777,7 +110777,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
110777
110777
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
110780
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
110781
110781
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
110782
110782
|
}
|
|
110783
110783
|
|
|
@@ -111741,7 +111741,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
111741
111741
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
111744
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
111745
111745
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
111746
111746
|
}
|
|
111747
111747
|
|
|
@@ -112187,7 +112187,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
112187
112187
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
112190
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
112191
112191
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
112192
112192
|
}
|
|
112193
112193
|
|
|
@@ -113116,7 +113116,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
113116
113116
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
113119
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
113120
113120
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
113121
113121
|
}
|
|
113122
113122
|
|
|
@@ -114624,7 +114624,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
114624
114624
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
114627
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
114628
114628
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
114629
114629
|
}
|
|
114630
114630
|
|
|
@@ -116161,7 +116161,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
116161
116161
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
116164
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
116165
116165
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
116166
116166
|
}
|
|
116167
116167
|
|
|
@@ -117155,7 +117155,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
117155
117155
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
117158
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
117159
117159
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
117160
117160
|
}
|
|
117161
117161
|
|
|
@@ -118179,7 +118179,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
118179
118179
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
118182
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
118183
118183
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
118184
118184
|
}
|
|
118185
118185
|
|
|
@@ -119143,7 +119143,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
119143
119143
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
119146
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
119147
119147
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
119148
119148
|
}
|
|
119149
119149
|
|
|
@@ -119589,7 +119589,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
119589
119589
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
119592
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
119593
119593
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
119594
119594
|
}
|
|
119595
119595
|
|
|
@@ -120518,7 +120518,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
120518
120518
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
120521
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
120522
120522
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
120523
120523
|
}
|
|
120524
120524
|
|
|
@@ -122026,7 +122026,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
122026
122026
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
122029
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
122030
122030
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
122031
122031
|
}
|
|
122032
122032
|
|
|
@@ -123020,7 +123020,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
123020
123020
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
123023
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
123024
123024
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
123025
123025
|
}
|
|
123026
123026
|
|
|
@@ -124044,7 +124044,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
124044
124044
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
124047
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
124048
124048
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
124049
124049
|
}
|
|
124050
124050
|
|
|
@@ -125008,7 +125008,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
125008
125008
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
125011
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
125012
125012
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
125013
125013
|
}
|
|
125014
125014
|
|
|
@@ -125454,7 +125454,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
125454
125454
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
125457
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
125458
125458
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
125459
125459
|
}
|
|
125460
125460
|
|
|
@@ -126383,7 +126383,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
126383
126383
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
126386
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
126387
126387
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
126388
126388
|
}
|
|
126389
126389
|
|
|
@@ -127377,7 +127377,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
127377
127377
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
127380
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
127381
127381
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
127382
127382
|
}
|
|
127383
127383
|
|
|
@@ -128401,7 +128401,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
128401
128401
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
128404
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
128405
128405
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
128406
128406
|
}
|
|
128407
128407
|
|
|
@@ -129446,7 +129446,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
129446
129446
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
129449
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
129450
129450
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
129451
129451
|
}
|
|
129452
129452
|
|
|
@@ -129997,7 +129997,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
129997
129997
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
130000
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
130001
130001
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
130002
130002
|
}
|
|
130003
130003
|
|
|
@@ -130926,7 +130926,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
130926
130926
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
130929
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
130930
130930
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
130931
130931
|
}
|
|
130932
130932
|
|
|
@@ -131920,7 +131920,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
131920
131920
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
131923
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
131924
131924
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
131925
131925
|
}
|
|
131926
131926
|
|
|
@@ -132944,7 +132944,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
132944
132944
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
132947
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
132948
132948
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
132949
132949
|
}
|
|
132950
132950
|
|
|
@@ -133908,7 +133908,7 @@ export class Wafv2WebAclRuleStatementManagedRuleGroupStatementScopeDownStatement
|
|
|
133908
133908
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
133911
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
133912
133912
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
133913
133913
|
}
|
|
133914
133914
|
|
|
@@ -135537,7 +135537,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementByteMatchStatementText
|
|
|
135537
135537
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
135540
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
135541
135541
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
135542
135542
|
}
|
|
135543
135543
|
|
|
@@ -137128,7 +137128,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementRegexPatternSetReferen
|
|
|
137128
137128
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
137131
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
137132
137132
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
137133
137133
|
}
|
|
137134
137134
|
|
|
@@ -138122,7 +138122,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementSizeConstraintStatemen
|
|
|
138122
138122
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
138125
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
138126
138126
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
138127
138127
|
}
|
|
138128
138128
|
|
|
@@ -139146,7 +139146,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementSqliMatchStatementText
|
|
|
139146
139146
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
139149
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
139150
139150
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
139151
139151
|
}
|
|
139152
139152
|
|
|
@@ -140110,7 +140110,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementXssMatchStatementTextT
|
|
|
140110
140110
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
140113
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
140114
140114
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
140115
140115
|
}
|
|
140116
140116
|
|
|
@@ -140661,7 +140661,7 @@ export class Wafv2WebAclRuleStatementNotStatementStatementList extends cdktn.Com
|
|
|
140661
140661
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
140664
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
140665
140665
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
140666
140666
|
}
|
|
140667
140667
|
|
|
@@ -141673,7 +141673,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementByteMatchStatementTextT
|
|
|
141673
141673
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
141676
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
141677
141677
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
141678
141678
|
}
|
|
141679
141679
|
|
|
@@ -143305,7 +143305,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementRegexPatternSetReferenc
|
|
|
143305
143305
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
143308
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
143309
143309
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
143310
143310
|
}
|
|
143311
143311
|
|
|
@@ -144299,7 +144299,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementSizeConstraintStatement
|
|
|
144299
144299
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
144302
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
144303
144303
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
144304
144304
|
}
|
|
144305
144305
|
|
|
@@ -145323,7 +145323,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementSqliMatchStatementTextT
|
|
|
145323
145323
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
145326
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
145327
145327
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
145328
145328
|
}
|
|
145329
145329
|
|
|
@@ -146287,7 +146287,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementXssMatchStatementTextTr
|
|
|
146287
146287
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
146290
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
146291
146291
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
146292
146292
|
}
|
|
146293
146293
|
|
|
@@ -146838,7 +146838,7 @@ export class Wafv2WebAclRuleStatementOrStatementStatementList extends cdktn.Comp
|
|
|
146838
146838
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
146841
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
146842
146842
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
146843
146843
|
}
|
|
146844
146844
|
|
|
@@ -147878,7 +147878,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
147878
147878
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
147881
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
147882
147882
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
147883
147883
|
}
|
|
147884
147884
|
|
|
@@ -149386,7 +149386,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
149386
149386
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
149389
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
149390
149390
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
149391
149391
|
}
|
|
149392
149392
|
|
|
@@ -150380,7 +150380,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
150380
150380
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
150383
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
150384
150384
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
150385
150385
|
}
|
|
150386
150386
|
|
|
@@ -151404,7 +151404,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
151404
151404
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
151407
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
151408
151408
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
151409
151409
|
}
|
|
151410
151410
|
|
|
@@ -152368,7 +152368,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
152368
152368
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
152371
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
152372
152372
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
152373
152373
|
}
|
|
152374
152374
|
|
|
@@ -152814,7 +152814,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
152814
152814
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
152817
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
152818
152818
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
152819
152819
|
}
|
|
152820
152820
|
|
|
@@ -153743,7 +153743,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
153743
153743
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
153746
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
153747
153747
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
153748
153748
|
}
|
|
153749
153749
|
|
|
@@ -155251,7 +155251,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
155251
155251
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
155254
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
155255
155255
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
155256
155256
|
}
|
|
155257
155257
|
|
|
@@ -156800,7 +156800,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
156800
156800
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
156803
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
156804
156804
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
156805
156805
|
}
|
|
156806
156806
|
|
|
@@ -157794,7 +157794,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
157794
157794
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
157797
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
157798
157798
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
157799
157799
|
}
|
|
157800
157800
|
|
|
@@ -158818,7 +158818,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
158818
158818
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
158821
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
158822
158822
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
158823
158823
|
}
|
|
158824
158824
|
|
|
@@ -159782,7 +159782,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
159782
159782
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
159785
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
159786
159786
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
159787
159787
|
}
|
|
159788
159788
|
|
|
@@ -160228,7 +160228,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
160228
160228
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
160231
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
160232
160232
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
160233
160233
|
}
|
|
160234
160234
|
|
|
@@ -161157,7 +161157,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
161157
161157
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
161160
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
161161
161161
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
161162
161162
|
}
|
|
161163
161163
|
|
|
@@ -162665,7 +162665,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
162665
162665
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
162668
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
162669
162669
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
162670
162670
|
}
|
|
162671
162671
|
|
|
@@ -163659,7 +163659,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
163659
163659
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
163662
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
163663
163663
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
163664
163664
|
}
|
|
163665
163665
|
|
|
@@ -164683,7 +164683,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
164683
164683
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
164686
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
164687
164687
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
164688
164688
|
}
|
|
164689
164689
|
|
|
@@ -165647,7 +165647,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
165647
165647
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
165650
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
165651
165651
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
165652
165652
|
}
|
|
165653
165653
|
|
|
@@ -166093,7 +166093,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
166093
166093
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
166096
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
166097
166097
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
166098
166098
|
}
|
|
166099
166099
|
|
|
@@ -167022,7 +167022,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
167022
167022
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
167025
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
167026
167026
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
167027
167027
|
}
|
|
167028
167028
|
|
|
@@ -168016,7 +168016,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
168016
168016
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
168019
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
168020
168020
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
168021
168021
|
}
|
|
168022
168022
|
|
|
@@ -169040,7 +169040,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
169040
169040
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
169043
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
169044
169044
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
169045
169045
|
}
|
|
169046
169046
|
|
|
@@ -170069,7 +170069,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
170069
170069
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
170072
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
170073
170073
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
170074
170074
|
}
|
|
170075
170075
|
|
|
@@ -170620,7 +170620,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStat
|
|
|
170620
170620
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
170623
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
170624
170624
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
170625
170625
|
}
|
|
170626
170626
|
|
|
@@ -171549,7 +171549,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementByteMat
|
|
|
171549
171549
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
171552
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
171553
171553
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
171554
171554
|
}
|
|
171555
171555
|
|
|
@@ -173057,7 +173057,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
173057
173057
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
173060
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
173061
173061
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
173062
173062
|
}
|
|
173063
173063
|
|
|
@@ -174565,7 +174565,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
174565
174565
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
174568
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
174569
174569
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
174570
174570
|
}
|
|
174571
174571
|
|
|
@@ -175559,7 +175559,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
175559
175559
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
175562
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
175563
175563
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
175564
175564
|
}
|
|
175565
175565
|
|
|
@@ -176583,7 +176583,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
176583
176583
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
176586
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
176587
176587
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
176588
176588
|
}
|
|
176589
176589
|
|
|
@@ -177547,7 +177547,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
177547
177547
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
177550
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
177551
177551
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
177552
177552
|
}
|
|
177553
177553
|
|
|
@@ -177993,7 +177993,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
177993
177993
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
177996
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
177997
177997
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
177998
177998
|
}
|
|
177999
177999
|
|
|
@@ -178922,7 +178922,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
178922
178922
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
178925
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
178926
178926
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
178927
178927
|
}
|
|
178928
178928
|
|
|
@@ -180430,7 +180430,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
180430
180430
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
180433
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
180434
180434
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
180435
180435
|
}
|
|
180436
180436
|
|
|
@@ -181938,7 +181938,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
181938
181938
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
181941
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
181942
181942
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
181943
181943
|
}
|
|
181944
181944
|
|
|
@@ -182932,7 +182932,7 @@ export class Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementNotStat
|
|
|
182932
182932
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
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
|
-
constructor(
|
|
182935
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
182936
182936
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
182937
182937
|
}
|
|
182938
182938
|
|