https://pulumi.com logo
s

stocky-spoon-28903

09/28/2018, 9:09 PM
Copy code
const policy = pulumi.all({
    arn1: thing1.arn,
    arn2: thing2.arn
}).apply(reified => {
    // reified.arn1 and reified.arn2 are unwrapped values here
});