securityhub:StartConfigurationPolicyDisassociation is a Write access-level action in the securityhub service. Grants permission to remove a configuration policy association from a member account or organizational unit in the calling account's organization
ARNs that securityhub:StartConfigurationPolicyDisassociation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants securityhub:StartConfigurationPolicyDisassociation.
Filters access by actions based on tag key-value pairs attached to the resource
A minimal policy that allows securityhub:StartConfigurationPolicyDisassociation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSecurityhubStartConfigurationPolicyDisassociation",
"Effect": "Allow",
"Action": "securityhub:StartConfigurationPolicyDisassociation",
"Resource": "*"
}
]
}