bulky-policeman-29913
12/08/2021, 3:29 PMaws.sns.getTopic({name: name})
and it returns a promise. How exactly do I pass a value like the arn to another resource for use. It's not a pulumi input/output. I would prefer not to have my entire other resource definition created in the promise blockbillowy-army-68599
aws.sns.getTopicOutput
which returns the values as an outputbulky-policeman-29913
12/08/2021, 3:31 PM