simspaceweaver:TagResource

Tagging

simspaceweaver:TagResource is a Tagging access-level action in the simspaceweaver service. Grants permission to tag a resource

Resource types

ARNs that simspaceweaver:TagResource can be scoped to in an IAM policy.

arn:${Partition}:simspaceweaver:${Region}:${Account}:simulation/${SimulationName}
Simulation

Condition keys

Keys you can use in the Condition block of a policy that grants simspaceweaver:TagResource.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

A minimal policy that allows simspaceweaver:TagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSimspaceweaverTagResource",
      "Effect": "Allow",
      "Action": "simspaceweaver:TagResource",
      "Resource": "*"
    }
  ]
}

Related actions in simspaceweaver

View all simspaceweaver actions →