config:PutOrganizationConformancePack is a Write access-level action in the config service. Grants permission to add or update organization conformance pack for your entire organization evaluating whether your AWS resources comply with your desired configurations
ARNs that config:PutOrganizationConformancePack can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants config:PutOrganizationConformancePack.
Filters access by tag-value associated with the resource
To use config:PutOrganizationConformancePack you may also need to grant:
A minimal policy that allows config:PutOrganizationConformancePack. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConfigPutOrganizationConformancePack",
"Effect": "Allow",
"Action": "config:PutOrganizationConformancePack",
"Resource": "*"
}
]
}