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