a4b:PutSkillAuthorization

Write

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

Resource types

ARNs that a4b:PutSkillAuthorization can be scoped to in an IAM policy.

arn:${Partition}:a4b:${Region}:${Account}:room/${ResourceId}
room

Condition keys

Keys you can use in the Condition block of a policy that grants a4b:PutSkillAuthorization.

aws:ResourceTag/${TagKey} String

Filters actions based on tag-value assoicated with the resource

Example IAM policy

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": "*"
    }
  ]
}

Related actions in a4b

View all a4b actions →