a4b:PutSkillAuthorization is a Write access-level action in the a4b service. Grants permission to link a user's account to a third-party skill provider
ARNs that a4b:PutSkillAuthorization can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants a4b:PutSkillAuthorization.
Filters actions based on tag-value assoicated with the resource
A minimal policy that allows a4b:PutSkillAuthorization. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowA4bPutSkillAuthorization",
"Effect": "Allow",
"Action": "a4b:PutSkillAuthorization",
"Resource": "*"
}
]
}