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