bland-camera-22041
05/11/2022, 12:51 PMmillions-furniture-75402
05/11/2022, 1:15 PMnew aws.cognito.IdentityPoolRoleAttachment(
`${appName}-quicksight-role-attachment`,
{
identityPoolId: identityPool.id,
roles: {
authenticated: poolAuthenticatedRole.arn, // this isn't attaching with IAC; had to attach through the console.
},
},
{
dependsOn: poolAuthenticatedRole,
},
);
bland-camera-22041
05/11/2022, 1:17 PMroleMappings
and it was okay after that 🙂