refactor-spaces:ListRoutes is a Read access-level action in the refactor-spaces service. Grants permission to list all the routes in an application
ARNs that refactor-spaces:ListRoutes can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants refactor-spaces:ListRoutes.
Filters access by tag key-value pairs attached to the resource
Filters access by restricting the action to only those accounts that created the application within an environment
Filters access by the accounts that created the resource
Filters access by restricting the action to only those accounts that created the route within an application
Filters access by restricting the action to only those accounts that created the service within an application
Filters access by the path of the route
A minimal policy that allows refactor-spaces:ListRoutes. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRefactorspacesListRoutes",
"Effect": "Allow",
"Action": "refactor-spaces:ListRoutes",
"Resource": "*"
}
]
}