gentle-application-59272
11/07/2023, 10:53 AMaws.mediaconnect.getFlowSourceOutput
wait on an aws.cloudformation.Stack
?
reason:
for some bug a couple of aws.mediaconnect resources dont build and i dont have time to chase that rabbit, i've built them using aws.cloudformation.Stack however that is now refusing to output some data i need from those resources that it built. I think i could get the data usingaws.mediaconnect.getFlowSourceOutputgreat-sunset-355
11/07/2023, 4:01 PMdependsOn
in opts
aws.mediaconnect.getFlowSourceOutput({..},{dependsOn:[myCfnStack]
gentle-application-59272
11/08/2023, 11:05 AMgetFlowSourceOutput
doesn't have a dependsOn keygreat-sunset-355
11/08/2023, 11:36 AMparent
would work