https://pulumi.com logo
l

lemon-spoon-91807

03/07/2019, 8:03 AM
The second is that we now 'lift' members of a POJO object when you have an
Output
wrapping that object. i.e. instead of neeing to write code like:
Copy code
certificate.domainValidationOptions.apply(d => d[0].resourceRecordName) // you can now just write 
certificate.domainValidationOptions[0].resourceRecordName
👍 5
👏 3