config:PutThirdPartyServiceLinkedConfigurationRecorder is a Write access-level action in the config service. Grants permission to create or update a service-linked configuration recorder for a third-party provider linked to a specific AWS partner service
ARNs that config:PutThirdPartyServiceLinkedConfigurationRecorder can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants config:PutThirdPartyServiceLinkedConfigurationRecorder.
Filters access by tag-value associated with the resource
To use config:PutThirdPartyServiceLinkedConfigurationRecorder you may also need to grant:
A minimal policy that allows config:PutThirdPartyServiceLinkedConfigurationRecorder. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConfigPutThirdPartyServiceLinkedConfigurationRecorder",
"Effect": "Allow",
"Action": "config:PutThirdPartyServiceLinkedConfigurationRecorder",
"Resource": "*"
}
]
}