omics:StartRunBatch

Write

omics:StartRunBatch is a Write access-level action in the omics service. Grants permission to start batch of workflow runs

Resource types

ARNs that omics:StartRunBatch can be scoped to in an IAM policy.

arn:${Partition}:omics:${Region}:${Account}:run/${Id}
run
arn:${Partition}:omics:${Region}:${Account}:runBatch/${BatchId}
runBatch
arn:${Partition}:omics:${Region}:${Account}:runCache/${Id}
runCache
arn:${Partition}:omics:${Region}:${Account}:runGroup/${Id}
runGroup
arn:${Partition}:omics:${Region}:${Account}:workflow/${Id}
workflow

Condition keys

Keys you can use in the Condition block of a policy that grants omics:StartRunBatch.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

Dependent actions

To use omics:StartRunBatch you may also need to grant:

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOmicsStartRunBatch",
      "Effect": "Allow",
      "Action": "omics:StartRunBatch",
      "Resource": "*"
    }
  ]
}

Related actions in omics

View all omics actions →