cloud9:DeleteEnvironment is a Write access-level action in the cloud9 service. Grants permission to delete an AWS Cloud9 development environment. If the environment is hosted on an Amazon Elastic Compute Cloud (Amazon EC2) instance, also terminates the instance
ARNs that cloud9:DeleteEnvironment can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloud9:DeleteEnvironment.
Filters access by tag key-value pairs attached to the resource
To use cloud9:DeleteEnvironment you may also need to grant:
A minimal policy that allows cloud9:DeleteEnvironment. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloud9DeleteEnvironment",
"Effect": "Allow",
"Action": "cloud9:DeleteEnvironment",
"Resource": "*"
}
]
}