You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really struggling to understand how I should use this, as it's obviously not valid a valid IAM policy. Is there something I have to pass in to the write_policy_with_template(...) that will change this? I've also tried to create my own SidGroup and then adding ARNs, but that still results in these template resources.
The policy I'm trying to reproduce has a wildcard * ARN.
The text was updated successfully, but these errors were encountered:
rvangraan
changed the title
Help needed with placeholders in Resource output
Help needed with placeholders in Resource output (actions template)
Jun 25, 2021
We started, not with the CRUD template, but with the actions template. We passed only these two actions to the template and no resources (because ec2:CreateNetworkInterface doesn't need a resource):
I'm trying to understand what I'm supposed to do with the placeholders that the generator emits: "arn:${Partition}:ec2:${Region}:${Account}:subnet/${SubnetId}"
I can specify a subnet of course, but how to I get that substituted into this string?
Hi there,
Probably a Dummy question. I've made an
actions
policy and it produced a policy, similar to the following:I'm really struggling to understand how I should use this, as it's obviously not valid a valid IAM policy. Is there something I have to pass in to the
write_policy_with_template(...)
that will change this? I've also tried to create my ownSidGroup
and then adding ARNs, but that still results in these template resources.The policy I'm trying to reproduce has a wildcard
*
ARN.The text was updated successfully, but these errors were encountered: