simspaceweaver:StopClock

Write

simspaceweaver:StopClock is a Write access-level action in the simspaceweaver service. Grants permission to stop a simulation clock

Resource types

ARNs that simspaceweaver:StopClock 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:StopClock.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in simspaceweaver

View all simspaceweaver actions →