worklink:UpdateFleetMetadata

Write

worklink:UpdateFleetMetadata is a Write access-level action in the worklink service. Grants permission to update the metadata of an Amazon WorkLink fleet

Resource types

ARNs that worklink:UpdateFleetMetadata can be scoped to in an IAM policy.

arn:${Partition}:worklink::${Account}:fleet/${FleetName}
fleet

Condition keys

Keys you can use in the Condition block of a policy that grants worklink:UpdateFleetMetadata.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorklinkUpdateFleetMetadata",
      "Effect": "Allow",
      "Action": "worklink:UpdateFleetMetadata",
      "Resource": "*"
    }
  ]
}

Related actions in worklink

View all worklink actions →