sparse-intern-71089
04/09/2021, 6:07 PMbumpy-summer-9075
04/09/2021, 6:33 PMconst myProvider = new aws.Provider('someProvider', {
region: 'us-east-1',
assumeRole: {
roleArn: '...',
sessionName: 'pulumi',
},
});
const accountId = aws.getCallerIdentity({provider: myProvider}).accountId
(typescript but same idea for Python)shy-football-10348
04/09/2021, 6:50 PM