@@ -514,186 +514,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
514514 'description': '*'
515515 }
516516 },
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- },
697517 '@aws-cdk.aws-ec2-alpha': {
698518 'IpamPool': {
699519 'ipamScopeId': '*',
@@ -2231,31 +2051,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
22312051 }
22322052 }
22332053 },
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- },
22592054 '@aws-cdk.aws-lambda-go-alpha': {
22602055 'GoFunction': {
22612056 'entry': '*',
@@ -4160,50 +3955,6 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
41603955 ]
41613956 }
41623957 },
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- },
42073958 '@aws-cdk.aws-servicecatalogappregistry-alpha': {
42083959 'Application': {
42093960 'applicationName': '*',
@@ -4858,7 +4609,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
48584609 },
48594610 'capacityType': 'CapacityType',
48604611 'maxUnavailable': '*',
4861- 'maxUnavailablePercentage': '*'
4612+ 'maxUnavailablePercentage': '*',
4613+ 'enableNodeAutoRepair': 'boolean'
48624614 }
48634615 ],
48644616 'addFargateProfile': [
@@ -5378,7 +5130,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
53785130 },
53795131 'capacityType': 'CapacityType',
53805132 'maxUnavailable': '*',
5381- 'maxUnavailablePercentage': '*'
5133+ 'maxUnavailablePercentage': '*',
5134+ 'enableNodeAutoRepair': 'boolean'
53825135 },
53835136 'OpenIdConnectProvider': {
53845137 'url': '*'
@@ -15695,7 +15448,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1569515448 },
1569615449 'capacityType': 'CapacityType',
1569715450 'maxUnavailable': '*',
15698- 'maxUnavailablePercentage': '*'
15451+ 'maxUnavailablePercentage': '*',
15452+ 'enableNodeAutoRepair': 'boolean'
1569915453 }
1570015454 ],
1570115455 'addFargateProfile': [
@@ -16243,7 +15997,8 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
1624315997 },
1624415998 'capacityType': 'CapacityType',
1624515999 'maxUnavailable': '*',
16246- 'maxUnavailablePercentage': '*'
16000+ 'maxUnavailablePercentage': '*',
16001+ 'enableNodeAutoRepair': 'boolean'
1624716002 },
1624816003 'OpenIdConnectProvider': {
1624916004 'url': '*'
0 commit comments