supportapp:RegisterSlackWorkspaceForOrganization is a Write access-level action in the supportapp service. Grants permission to register a Slack workspace for an AWS account that is part of an organization
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows supportapp:RegisterSlackWorkspaceForOrganization. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowSupportappRegisterSlackWorkspaceForOrganization",
"Effect": "Allow",
"Action": "supportapp:RegisterSlackWorkspaceForOrganization",
"Resource": "*"
}
]
}