a4b:DisassociateSkillGroupFromRoom is a Write access-level action in the a4b service. Grants permission to disassociate the skill group from given room
ARNs that a4b:DisassociateSkillGroupFromRoom can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants a4b:DisassociateSkillGroupFromRoom.
Filters actions based on tag-value assoicated with the resource
A minimal policy that allows a4b:DisassociateSkillGroupFromRoom. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowA4bDisassociateSkillGroupFromRoom",
"Effect": "Allow",
"Action": "a4b:DisassociateSkillGroupFromRoom",
"Resource": "*"
}
]
}