robomaker:ListTagsForResource

List

robomaker:ListTagsForResource is a List access-level action in the robomaker service. List tags for a RoboMaker resource

Resource types

ARNs that robomaker:ListTagsForResource can be scoped to in an IAM policy.

arn:${Partition}:robomaker:${Region}:${Account}:deployment-fleet/${FleetName}/${CreatedOnEpoch}
deploymentFleet
arn:${Partition}:robomaker:${Region}:${Account}:deployment-job/${DeploymentJobId}
deploymentJob
arn:${Partition}:robomaker:${Region}:${Account}:robot/${RobotName}/${CreatedOnEpoch}
robot
arn:${Partition}:robomaker:${Region}:${Account}:robot-application/${ApplicationName}/${CreatedOnEpoch}
robotApplication
arn:${Partition}:robomaker:${Region}:${Account}:simulation-application/${ApplicationName}/${CreatedOnEpoch}
simulationApplication
arn:${Partition}:robomaker:${Region}:${Account}:simulation-job/${SimulationJobId}
simulationJob
arn:${Partition}:robomaker:${Region}:${Account}:simulation-job-batch/${SimulationJobBatchId}
simulationJobBatch
arn:${Partition}:robomaker:${Region}:${Account}:world/${WorldId}
world
arn:${Partition}:robomaker:${Region}:${Account}:world-export-job/${WorldExportJobId}
worldExportJob
arn:${Partition}:robomaker:${Region}:${Account}:world-generation-job/${WorldGenerationJobId}
worldGenerationJob
arn:${Partition}:robomaker:${Region}:${Account}:world-template/${WorldTemplateJobId}
worldTemplate

Condition keys

Keys you can use in the Condition block of a policy that grants robomaker:ListTagsForResource.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRobomakerListTagsForResource",
      "Effect": "Allow",
      "Action": "robomaker:ListTagsForResource",
      "Resource": "*"
    }
  ]
}

Related actions in robomaker

View all robomaker actions →