migrationhub-orchestrator:DeleteWorkflowStepGroup

Write

migrationhub-orchestrator:DeleteWorkflowStepGroup is a Write access-level action in the migrationhub-orchestrator service. Grants permission to delete a step group associated with a workflow

Resource types

ARNs that migrationhub-orchestrator:DeleteWorkflowStepGroup can be scoped to in an IAM policy.

arn:${Partition}:migrationhub-orchestrator:${Region}:${Account}:workflow/${ResourceId}
workflow

Condition keys

Keys you can use in the Condition block of a policy that grants migrationhub-orchestrator:DeleteWorkflowStepGroup.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows migrationhub-orchestrator:DeleteWorkflowStepGroup. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMigrationhuborchestratorDeleteWorkflowStepGroup",
      "Effect": "Allow",
      "Action": "migrationhub-orchestrator:DeleteWorkflowStepGroup",
      "Resource": "*"
    }
  ]
}

Related actions in migrationhub-orchestrator

View all migrationhub-orchestrator actions →