workspaces:UpdateConnectClientAddIn is a Write access-level action in the workspaces service. Grants permission to update an Amazon Connect client add-in. Use this action to update the name and endpoint URL of an Amazon Connect client add-in
ARNs that workspaces:UpdateConnectClientAddIn can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants workspaces:UpdateConnectClientAddIn.
Filters access based on the tags associated with the resource
A minimal policy that allows workspaces:UpdateConnectClientAddIn. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowWorkspacesUpdateConnectClientAddIn",
"Effect": "Allow",
"Action": "workspaces:UpdateConnectClientAddIn",
"Resource": "*"
}
]
}