Skip to content

Commit

Permalink
chore: update analytics metadata blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation committed Feb 27, 2025
1 parent ba14eab commit d814408
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
Binary file not shown.
75 changes: 75 additions & 0 deletions packages/aws-cdk-lib/core/lib/analytics-data-source/classes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,81 @@ export const AWS_CDK_CONSTRUCTOR_PROPS: { [key: string]: any } = {
'addUserPoolAuthentication': [
'*'
]
},
'IdentityPoolRoleAttachment': {
'identityPool': {
'identityPoolId': '*',
'identityPoolArn': '*',
'identityPoolName': '*',
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'authenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'unauthenticatedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'roleMappings': {
'providerUrl': '*',
'mappingKey': '*',
'useToken': 'boolean',
'resolveAmbiguousRoles': 'boolean',
'rules': {
'claim': '*',
'mappedRole': {
'roleArn': '*',
'roleName': '*',
'assumeRoleAction': '*',
'policyFragment': '*',
'principalAccount': '*',
'grantPrincipal': {
'assumeRoleAction': '*',
'principalAccount': '*'
},
'stack': '*',
'env': {
'account': '*',
'region': '*'
},
'node': '*'
},
'claimValue': '*',
'matchType': 'RoleMappingMatchType'
}
}
}
},
'@aws-cdk.aws-ec2-alpha': {
Expand Down

0 comments on commit d814408

Please sign in to comment.