simspaceweaver:StartApp

Write

simspaceweaver:StartApp is a Write access-level action in the simspaceweaver service. Grants permission to start an app

Resource types

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in simspaceweaver

View all simspaceweaver actions →