@cdktn/provider-generator 0.22.0 → 0.22.1
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 +7 -6
|
@@ -400,7 +400,7 @@ export class NestedTypesResourceArchiveRulesFilterList extends cdktn.ComplexList
|
|
|
400
400
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
401
401
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
402
402
|
*/
|
|
403
|
-
constructor(
|
|
403
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
404
404
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
405
405
|
}
|
|
406
406
|
|
|
@@ -545,7 +545,7 @@ export class NestedTypesResourceArchiveRulesList extends cdktn.ComplexList {
|
|
|
545
545
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
546
546
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
547
547
|
*/
|
|
548
|
-
constructor(
|
|
548
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
549
549
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
550
550
|
}
|
|
551
551
|
|
|
@@ -574,7 +574,7 @@ export class CloudfrontDistributionCacheBehaviorLambdaFunctionAssociationList ex
|
|
|
574
574
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
575
575
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
576
576
|
*/
|
|
577
|
-
constructor(
|
|
577
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
578
578
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
579
579
|
}
|
|
580
580
|
|
|
@@ -1105,7 +1105,7 @@ export class CloudfrontDistributionCacheBehaviorList extends cdktn.ComplexList {
|
|
|
1105
1105
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1106
1106
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1107
1107
|
*/
|
|
1108
|
-
constructor(
|
|
1108
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1109
1109
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
@@ -1317,7 +1317,7 @@ export class CloudfrontDistributionCustomErrorResponseList extends cdktn.Complex
|
|
|
1317
1317
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1318
1318
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1319
1319
|
*/
|
|
1320
|
-
constructor(
|
|
1320
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1321
1321
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1322
1322
|
}
|
|
1323
1323
|
|
|
@@ -1786,7 +1786,7 @@ export class CloudfrontDistributionDefaultCacheBehaviorLambdaFunctionAssociation
|
|
|
1786
1786
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1787
1787
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1788
1788
|
*/
|
|
1789
|
-
constructor(
|
|
1789
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1790
1790
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1791
1791
|
}
|
|
1792
1792
|
|
|
@@ -2871,7 +2871,7 @@ export class CloudfrontDistributionOrderedCacheBehaviorLambdaFunctionAssociation
|
|
|
2871
2871
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
2872
2872
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
2873
2873
|
*/
|
|
2874
|
-
constructor(
|
|
2874
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
2875
2875
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
2876
2876
|
}
|
|
2877
2877
|
|
|
@@ -3402,7 +3402,7 @@ export class CloudfrontDistributionOrderedCacheBehaviorList extends cdktn.Comple
|
|
|
3402
3402
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3403
3403
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3404
3404
|
*/
|
|
3405
|
-
constructor(
|
|
3405
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3406
3406
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3407
3407
|
}
|
|
3408
3408
|
|
|
@@ -3545,7 +3545,7 @@ export class CloudfrontDistributionOriginCustomHeaderList extends cdktn.ComplexL
|
|
|
3545
3545
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3546
3546
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3547
3547
|
*/
|
|
3548
|
-
constructor(
|
|
3548
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3549
3549
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3550
3550
|
}
|
|
3551
3551
|
|
|
@@ -4144,7 +4144,7 @@ export class CloudfrontDistributionOriginList extends cdktn.ComplexList {
|
|
|
4144
4144
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
4145
4145
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
4146
4146
|
*/
|
|
4147
|
-
constructor(
|
|
4147
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4148
4148
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4149
4149
|
}
|
|
4150
4150
|
|
|
@@ -4338,7 +4338,7 @@ export class CloudfrontDistributionOriginGroupMemberList extends cdktn.ComplexLi
|
|
|
4338
4338
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
4339
4339
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
4340
4340
|
*/
|
|
4341
|
-
constructor(
|
|
4341
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4342
4342
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4343
4343
|
}
|
|
4344
4344
|
|
|
@@ -4515,7 +4515,7 @@ export class CloudfrontDistributionOriginGroupList extends cdktn.ComplexList {
|
|
|
4515
4515
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
4516
4516
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
4517
4517
|
*/
|
|
4518
|
-
constructor(
|
|
4518
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
4519
4519
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
4520
4520
|
}
|
|
4521
4521
|
|
|
@@ -5983,7 +5983,7 @@ export class SpansMetricGroupByList extends cdktn.ComplexList {
|
|
|
5983
5983
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
5984
5984
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5985
5985
|
*/
|
|
5986
|
-
constructor(
|
|
5986
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5987
5987
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5988
5988
|
}
|
|
5989
5989
|
|
|
@@ -6669,7 +6669,7 @@ export class S3BucketCorsRuleList extends cdktn.ComplexList {
|
|
|
6669
6669
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
6670
6670
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
6671
6671
|
*/
|
|
6672
|
-
constructor(
|
|
6672
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
6673
6673
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
6674
6674
|
}
|
|
6675
6675
|
|
|
@@ -6881,7 +6881,7 @@ export class S3BucketGrantList extends cdktn.ComplexList {
|
|
|
6881
6881
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
6882
6882
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
6883
6883
|
*/
|
|
6884
|
-
constructor(
|
|
6884
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
6885
6885
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
6886
6886
|
}
|
|
6887
6887
|
|
|
@@ -7261,7 +7261,7 @@ export class S3BucketLifecycleRuleNoncurrentVersionTransitionList extends cdktn.
|
|
|
7261
7261
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
7262
7262
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7263
7263
|
*/
|
|
7264
|
-
constructor(
|
|
7264
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7265
7265
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7266
7266
|
}
|
|
7267
7267
|
|
|
@@ -7440,7 +7440,7 @@ export class S3BucketLifecycleRuleTransitionList extends cdktn.ComplexList {
|
|
|
7440
7440
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
7441
7441
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7442
7442
|
*/
|
|
7443
|
-
constructor(
|
|
7443
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7444
7444
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7445
7445
|
}
|
|
7446
7446
|
|
|
@@ -7828,7 +7828,7 @@ export class S3BucketLifecycleRuleList extends cdktn.ComplexList {
|
|
|
7828
7828
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
7829
7829
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7830
7830
|
*/
|
|
7831
|
-
constructor(
|
|
7831
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7832
7832
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7833
7833
|
}
|
|
7834
7834
|
|
|
@@ -7974,7 +7974,7 @@ export class S3BucketLoggingList extends cdktn.ComplexList {
|
|
|
7974
7974
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
7975
7975
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
7976
7976
|
*/
|
|
7977
|
-
constructor(
|
|
7977
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
7978
7978
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
7979
7979
|
}
|
|
7980
7980
|
|
|
@@ -9217,7 +9217,7 @@ export class S3BucketReplicationConfigurationRulesList extends cdktn.ComplexList
|
|
|
9217
9217
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
9218
9218
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
9219
9219
|
*/
|
|
9220
|
-
constructor(
|
|
9220
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
9221
9221
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
9222
9222
|
}
|
|
9223
9223
|
|
|
@@ -10984,7 +10984,7 @@ export class SecurityGroupEgressList extends cdktn.ComplexList {
|
|
|
10984
10984
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
10985
10985
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
10986
10986
|
*/
|
|
10987
|
-
constructor(
|
|
10987
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
10988
10988
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
10989
10989
|
}
|
|
10990
10990
|
|
|
@@ -11364,7 +11364,7 @@ export class SecurityGroupIngressList extends cdktn.ComplexList {
|
|
|
11364
11364
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
11365
11365
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
11366
11366
|
*/
|
|
11367
|
-
constructor(
|
|
11367
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
11368
11368
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
11369
11369
|
}
|
|
11370
11370
|
|
|
@@ -99,7 +99,7 @@ export class DataAwsQuicksightAnalysisPermissionsList extends cdktn.ComplexList
|
|
|
99
99
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
100
100
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
101
101
|
*/
|
|
102
|
-
constructor(
|
|
102
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
103
103
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
104
104
|
}
|
|
105
105
|
|
|
@@ -523,7 +523,7 @@ export class QuicksightTemplatePermissionsList extends cdktn.ComplexList {
|
|
|
523
523
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
524
524
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
525
525
|
*/
|
|
526
|
-
constructor(
|
|
526
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
527
527
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
528
528
|
}
|
|
529
529
|
|
|
@@ -666,7 +666,7 @@ export class QuicksightTemplateSourceEntitySourceAnalysisDataSetReferencesList e
|
|
|
666
666
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
667
667
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
668
668
|
*/
|
|
669
|
-
constructor(
|
|
669
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
670
670
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
671
671
|
}
|
|
672
672
|
|
|
@@ -410,7 +410,7 @@ export class ComputedComplexEgressList extends cdktn.ComplexList {
|
|
|
410
410
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
411
411
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
412
412
|
*/
|
|
413
|
-
constructor(
|
|
413
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
414
414
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
415
415
|
}
|
|
416
416
|
|
|
@@ -576,7 +576,7 @@ export class ComputedComplexNestedResourcesAutoscalingGroupsList extends cdktn.C
|
|
|
576
576
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
577
577
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
578
578
|
*/
|
|
579
|
-
constructor(
|
|
579
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
580
580
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
581
581
|
}
|
|
582
582
|
|
|
@@ -657,7 +657,7 @@ export class ComputedComplexNestedResourcesList extends cdktn.ComplexList {
|
|
|
657
657
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
658
658
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
659
659
|
*/
|
|
660
|
-
constructor(
|
|
660
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
661
661
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
662
662
|
}
|
|
663
663
|
|
|
@@ -829,7 +829,7 @@ export class BlockTypeNestedComputedListInputsStartingPositionConfigurationList
|
|
|
829
829
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
830
830
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
831
831
|
*/
|
|
832
|
-
constructor(
|
|
832
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
833
833
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
834
834
|
}
|
|
835
835
|
|
|
@@ -958,7 +958,7 @@ export class BlockTypeNestedComputedListInputsList extends cdktn.ComplexList {
|
|
|
958
958
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
959
959
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
960
960
|
*/
|
|
961
|
-
constructor(
|
|
961
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
962
962
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
963
963
|
}
|
|
964
964
|
|
|
@@ -1453,7 +1453,7 @@ export class ComputedOptionalComplexEgressList extends cdktn.ComplexList {
|
|
|
1453
1453
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1454
1454
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1455
1455
|
*/
|
|
1456
|
-
constructor(
|
|
1456
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1457
1457
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
@@ -1805,7 +1805,7 @@ export class DeeplyNestedBlockTypesLifecycleRuleList extends cdktn.ComplexList {
|
|
|
1805
1805
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
1806
1806
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
1807
1807
|
*/
|
|
1808
|
-
constructor(
|
|
1808
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
1809
1809
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
@@ -3165,7 +3165,7 @@ export class ComplexLlListList extends cdktn.MapList {
|
|
|
3165
3165
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3166
3166
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3167
3167
|
*/
|
|
3168
|
-
constructor(
|
|
3168
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3169
3169
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3170
3170
|
}
|
|
3171
3171
|
|
|
@@ -3184,7 +3184,7 @@ export class ComplexLlList extends cdktn.ComplexList {
|
|
|
3184
3184
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3185
3185
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3186
3186
|
*/
|
|
3187
|
-
constructor(
|
|
3187
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3188
3188
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3189
3189
|
}
|
|
3190
3190
|
|
|
@@ -3264,7 +3264,7 @@ export class ComplexLsListList extends cdktn.MapList {
|
|
|
3264
3264
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3265
3265
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3266
3266
|
*/
|
|
3267
|
-
constructor(
|
|
3267
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3268
3268
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
@@ -3283,7 +3283,7 @@ export class ComplexLsList extends cdktn.ComplexList {
|
|
|
3283
3283
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3284
3284
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3285
3285
|
*/
|
|
3286
|
-
constructor(
|
|
3286
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3287
3287
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3288
3288
|
}
|
|
3289
3289
|
|
|
@@ -3363,7 +3363,7 @@ export class ComplexSlListList extends cdktn.MapList {
|
|
|
3363
3363
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3364
3364
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3365
3365
|
*/
|
|
3366
|
-
constructor(
|
|
3366
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3367
3367
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3368
3368
|
}
|
|
3369
3369
|
|
|
@@ -3382,7 +3382,7 @@ export class ComplexSlList extends cdktn.ComplexList {
|
|
|
3382
3382
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3383
3383
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3384
3384
|
*/
|
|
3385
|
-
constructor(
|
|
3385
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3386
3386
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3387
3387
|
}
|
|
3388
3388
|
|
|
@@ -3462,7 +3462,7 @@ export class ComplexSsListList extends cdktn.MapList {
|
|
|
3462
3462
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3463
3463
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3464
3464
|
*/
|
|
3465
|
-
constructor(
|
|
3465
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3466
3466
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3467
3467
|
}
|
|
3468
3468
|
|
|
@@ -3481,7 +3481,7 @@ export class ComplexSsList extends cdktn.ComplexList {
|
|
|
3481
3481
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3482
3482
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3483
3483
|
*/
|
|
3484
|
-
constructor(
|
|
3484
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3485
3485
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
@@ -3727,7 +3727,7 @@ export class DataAirbyteSourceSchemaCatalogSyncCatalogList extends cdktn.Complex
|
|
|
3727
3727
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
3728
3728
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
3729
3729
|
*/
|
|
3730
|
-
constructor(
|
|
3730
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
3731
3731
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
3732
3732
|
}
|
|
3733
3733
|
|
|
@@ -5399,7 +5399,7 @@ export class BlockTypeSetListTimeoutsSetList extends cdktn.ComplexList {
|
|
|
5399
5399
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
5400
5400
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5401
5401
|
*/
|
|
5402
|
-
constructor(
|
|
5402
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5403
5403
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5404
5404
|
}
|
|
5405
5405
|
|
|
@@ -5515,7 +5515,7 @@ export class BlockTypeSetListTimeoutsListStructList extends cdktn.ComplexList {
|
|
|
5515
5515
|
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
5516
5516
|
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
5517
5517
|
*/
|
|
5518
|
-
constructor(
|
|
5518
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) {
|
|
5519
5519
|
super(terraformResource, terraformAttribute, wrapsSet)
|
|
5520
5520
|
}
|
|
5521
5521
|
|