robomaker:CreateFleet is a Write access-level action in the robomaker service. Create a deployment fleet that represents a logical group of robots running the same robot application
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows robomaker:CreateFleet. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRobomakerCreateFleet",
"Effect": "Allow",
"Action": "robomaker:CreateFleet",
"Resource": "*"
}
]
}