ssm-quicksetup:DeleteConfigurationManager is a Write access-level action in the ssm-quicksetup service. Grants permission to delete a configuration manager
ARNs that ssm-quicksetup:DeleteConfigurationManager can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants ssm-quicksetup:DeleteConfigurationManager.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows ssm-quicksetup:DeleteConfigurationManager. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSsmquicksetupDeleteConfigurationManager",
"Effect": "Allow",
"Action": "ssm-quicksetup:DeleteConfigurationManager",
"Resource": "*"
}
]
}