migrationhub-orchestrator:UpdateWorkflow

Write

migrationhub-orchestrator:UpdateWorkflow is a Write access-level action in the migrationhub-orchestrator service. Grants permission to update the metadata associated with the workflow

Resource types

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

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

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

Related actions in migrationhub-orchestrator

View all migrationhub-orchestrator actions →