This message was deleted.
# dotnet
s
This message was deleted.
t
Great question, and I think you are very close. I would do something like
Copy code
AssumeRolePolicy = Output.Create(assumeRoleDocument).Apply(v => v.Json)
Output.Create
has an overload accepting a task.
s
Great, thanks for the hint !