Skip to content

Commit d814408

Browse files
chore: update analytics metadata blueprints
1 parent ba14eab commit d814408

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts

+75
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,81 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
617617
'addUserPoolAuthentication': [
618618
'*'
619619
]
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+
}
620695
}
621696
},
622697
'@aws-cdk.aws-ec2-alpha': {

0 commit comments

Comments
 (0)