migrationhub-orchestrator:DeleteWorkflowStep

Write

migrationhub-orchestrator:DeleteWorkflowStep is a Write access-level action in the migrationhub-orchestrator service. Grants permission to delete a step from a specific step group under a workflow

Resource types

ARNs that migrationhub-orchestrator:DeleteWorkflowStep 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:DeleteWorkflowStep.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in migrationhub-orchestrator

View all migrationhub-orchestrator actions →