@@ -514,186 +514,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
514
514
'description': '*'
515
515
}
516
516
},
517
- '@aws-cdk.aws-cognito-identitypool-alpha': {
518
- 'IdentityPool': {
519
- 'identityPoolName': '*',
520
- 'authenticatedRole': {
521
- 'roleArn': '*',
522
- 'roleName': '*',
523
- 'assumeRoleAction': '*',
524
- 'policyFragment': '*',
525
- 'principalAccount': '*',
526
- 'grantPrincipal': {
527
- 'assumeRoleAction': '*',
528
- 'principalAccount': '*'
529
- },
530
- 'stack': '*',
531
- 'env': {
532
- 'account': '*',
533
- 'region': '*'
534
- },
535
- 'node': '*'
536
- },
537
- 'unauthenticatedRole': {
538
- 'roleArn': '*',
539
- 'roleName': '*',
540
- 'assumeRoleAction': '*',
541
- 'policyFragment': '*',
542
- 'principalAccount': '*',
543
- 'grantPrincipal': {
544
- 'assumeRoleAction': '*',
545
- 'principalAccount': '*'
546
- },
547
- 'stack': '*',
548
- 'env': {
549
- 'account': '*',
550
- 'region': '*'
551
- },
552
- 'node': '*'
553
- },
554
- 'allowUnauthenticatedIdentities': 'boolean',
555
- 'roleMappings': {
556
- 'providerUrl': '*',
557
- 'mappingKey': '*',
558
- 'useToken': 'boolean',
559
- 'resolveAmbiguousRoles': 'boolean',
560
- 'rules': {
561
- 'claim': '*',
562
- 'mappedRole': {
563
- 'roleArn': '*',
564
- 'roleName': '*',
565
- 'assumeRoleAction': '*',
566
- 'policyFragment': '*',
567
- 'principalAccount': '*',
568
- 'grantPrincipal': {
569
- 'assumeRoleAction': '*',
570
- 'principalAccount': '*'
571
- },
572
- 'stack': '*',
573
- 'env': {
574
- 'account': '*',
575
- 'region': '*'
576
- },
577
- 'node': '*'
578
- },
579
- 'claimValue': '*',
580
- 'matchType': 'RoleMappingMatchType'
581
- }
582
- },
583
- 'allowClassicFlow': 'boolean',
584
- 'authenticationProviders': {
585
- 'facebook': {
586
- 'appId': '*'
587
- },
588
- 'google': {
589
- 'clientId': '*'
590
- },
591
- 'amazon': {
592
- 'appId': '*'
593
- },
594
- 'apple': {
595
- 'servicesId': '*'
596
- },
597
- 'twitter': {
598
- 'consumerKey': '*',
599
- 'consumerSecret': '*'
600
- },
601
- 'userPools': '*',
602
- 'openIdConnectProviders': {
603
- 'openIdConnectProviderArn': '*',
604
- 'openIdConnectProviderIssuer': '*',
605
- 'stack': '*',
606
- 'env': {
607
- 'account': '*',
608
- 'region': '*'
609
- },
610
- 'node': '*'
611
- },
612
- 'samlProviders': {
613
- 'samlProviderArn': '*'
614
- },
615
- 'customProvider': '*'
616
- },
617
- 'addUserPoolAuthentication': [
618
- '*'
619
- ]
620
- },
621
- 'IdentityPoolRoleAttachment': {
622
- 'identityPool': {
623
- 'identityPoolId': '*',
624
- 'identityPoolArn': '*',
625
- 'identityPoolName': '*',
626
- 'stack': '*',
627
- 'env': {
628
- 'account': '*',
629
- 'region': '*'
630
- },
631
- 'node': '*'
632
- },
633
- 'authenticatedRole': {
634
- 'roleArn': '*',
635
- 'roleName': '*',
636
- 'assumeRoleAction': '*',
637
- 'policyFragment': '*',
638
- 'principalAccount': '*',
639
- 'grantPrincipal': {
640
- 'assumeRoleAction': '*',
641
- 'principalAccount': '*'
642
- },
643
- 'stack': '*',
644
- 'env': {
645
- 'account': '*',
646
- 'region': '*'
647
- },
648
- 'node': '*'
649
- },
650
- 'unauthenticatedRole': {
651
- 'roleArn': '*',
652
- 'roleName': '*',
653
- 'assumeRoleAction': '*',
654
- 'policyFragment': '*',
655
- 'principalAccount': '*',
656
- 'grantPrincipal': {
657
- 'assumeRoleAction': '*',
658
- 'principalAccount': '*'
659
- },
660
- 'stack': '*',
661
- 'env': {
662
- 'account': '*',
663
- 'region': '*'
664
- },
665
- 'node': '*'
666
- },
667
- 'roleMappings': {
668
- 'providerUrl': '*',
669
- 'mappingKey': '*',
670
- 'useToken': 'boolean',
671
- 'resolveAmbiguousRoles': 'boolean',
672
- 'rules': {
673
- 'claim': '*',
674
- 'mappedRole': {
675
- 'roleArn': '*',
676
- 'roleName': '*',
677
- 'assumeRoleAction': '*',
678
- 'policyFragment': '*',
679
- 'principalAccount': '*',
680
- 'grantPrincipal': {
681
- 'assumeRoleAction': '*',
682
- 'principalAccount': '*'
683
- },
684
- 'stack': '*',
685
- 'env': {
686
- 'account': '*',
687
- 'region': '*'
688
- },
689
- 'node': '*'
690
- },
691
- 'claimValue': '*',
692
- 'matchType': 'RoleMappingMatchType'
693
- }
694
- }
695
- }
696
- },
697
517
'@aws-cdk.aws-ec2-alpha': {
698
518
'IpamPool': {
699
519
'ipamScopeId': '*',
@@ -2231,31 +2051,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
2231
2051
}
2232
2052
}
2233
2053
},
2234
- '@aws-cdk.aws-kinesisfirehose-alpha': {
2235
- 'DeliveryStream': {
2236
- 'destination': '*',
2237
- 'deliveryStreamName': '*',
2238
- 'source': '*',
2239
- 'role': {
2240
- 'roleArn': '*',
2241
- 'roleName': '*',
2242
- 'assumeRoleAction': '*',
2243
- 'policyFragment': '*',
2244
- 'principalAccount': '*',
2245
- 'grantPrincipal': {
2246
- 'assumeRoleAction': '*',
2247
- 'principalAccount': '*'
2248
- },
2249
- 'stack': '*',
2250
- 'env': {
2251
- 'account': '*',
2252
- 'region': '*'
2253
- },
2254
- 'node': '*'
2255
- },
2256
- 'encryption': '*'
2257
- }
2258
- },
2259
2054
'@aws-cdk.aws-lambda-go-alpha': {
2260
2055
'GoFunction': {
2261
2056
'entry': '*',
@@ -4160,50 +3955,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
4160
3955
]
4161
3956
}
4162
3957
},
4163
- '@aws-cdk.aws-scheduler-alpha': {
4164
- 'Group': {},
4165
- 'ScheduleGroup': {},
4166
- 'Schedule': {
4167
- 'schedule': '*',
4168
- 'target': '*',
4169
- 'scheduleName': '*',
4170
- 'description': '*',
4171
- 'group': {
4172
- 'groupName': '*',
4173
- 'groupArn': '*',
4174
- 'stack': '*',
4175
- 'env': {
4176
- 'account': '*',
4177
- 'region': '*'
4178
- },
4179
- 'node': '*'
4180
- },
4181
- 'scheduleGroup': {
4182
- 'scheduleGroupName': '*',
4183
- 'scheduleGroupArn': '*',
4184
- 'stack': '*',
4185
- 'env': {
4186
- 'account': '*',
4187
- 'region': '*'
4188
- },
4189
- 'node': '*'
4190
- },
4191
- 'enabled': 'boolean',
4192
- 'key': {
4193
- 'keyArn': '*',
4194
- 'keyId': '*',
4195
- 'stack': '*',
4196
- 'env': {
4197
- 'account': '*',
4198
- 'region': '*'
4199
- },
4200
- 'node': '*'
4201
- },
4202
- 'timeWindow': '*',
4203
- 'start': '*',
4204
- 'end': '*'
4205
- }
4206
- },
4207
3958
'@aws-cdk.aws-servicecatalogappregistry-alpha': {
4208
3959
'Application': {
4209
3960
'applicationName': '*',
@@ -4858,7 +4609,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
4858
4609
},
4859
4610
'capacityType': 'CapacityType',
4860
4611
'maxUnavailable': '*',
4861
- 'maxUnavailablePercentage': '*'
4612
+ 'maxUnavailablePercentage': '*',
4613
+ 'enableNodeAutoRepair': 'boolean'
4862
4614
}
4863
4615
],
4864
4616
'addFargateProfile': [
@@ -5378,7 +5130,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
5378
5130
},
5379
5131
'capacityType': 'CapacityType',
5380
5132
'maxUnavailable': '*',
5381
- 'maxUnavailablePercentage': '*'
5133
+ 'maxUnavailablePercentage': '*',
5134
+ 'enableNodeAutoRepair': 'boolean'
5382
5135
},
5383
5136
'OpenIdConnectProvider': {
5384
5137
'url': '*'
@@ -15695,7 +15448,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
15695
15448
},
15696
15449
'capacityType': 'CapacityType',
15697
15450
'maxUnavailable': '*',
15698
- 'maxUnavailablePercentage': '*'
15451
+ 'maxUnavailablePercentage': '*',
15452
+ 'enableNodeAutoRepair': 'boolean'
15699
15453
}
15700
15454
],
15701
15455
'addFargateProfile': [
@@ -16243,7 +15997,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
16243
15997
},
16244
15998
'capacityType': 'CapacityType',
16245
15999
'maxUnavailable': '*',
16246
- 'maxUnavailablePercentage': '*'
16000
+ 'maxUnavailablePercentage': '*',
16001
+ 'enableNodeAutoRepair': 'boolean'
16247
16002
},
16248
16003
'OpenIdConnectProvider': {
16249
16004
'url': '*'
0 commit comments