robomaker:DescribeFleet

Read

robomaker:DescribeFleet is a Read access-level action in the robomaker service. Describe a deployment fleet

Resource types

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

arn:${Partition}:robomaker:${Region}:${Account}:deployment-fleet/${FleetName}/${CreatedOnEpoch}
deploymentFleet

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

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

Related actions in robomaker

View all robomaker actions →