refactor-spaces:ListApplications is a Read access-level action in the refactor-spaces service. Grants permission to list all the applications in an environment
ARNs that refactor-spaces:ListApplications can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants refactor-spaces:ListApplications.
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
A minimal policy that allows refactor-spaces:ListApplications. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRefactorspacesListApplications",
"Effect": "Allow",
"Action": "refactor-spaces:ListApplications",
"Resource": "*"
}
]
}