https://pulumi.com logo
#python
Title
n

nutritious-shampoo-16116

10/27/2020, 11:35 AM
I don't get why
pulumi.Output.all
works if I tell to wait explicitly for the id but not for the s3.Bucket object
🤔 1
b

bland-branch-21325

10/28/2020, 9:50 AM
The 
Output.all
 function acts like an 
apply
 over multiple 
Output[T]
only the properties of buckets are of type Output[T]
n

nutritious-shampoo-16116

10/28/2020, 12:02 PM
gotcha! many thanks!