workspaces:UpdateConnectClientAddIn

Write

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

Resource types

ARNs that workspaces:UpdateConnectClientAddIn can be scoped to in an IAM policy.

arn:${Partition}:workspaces:${Region}:${Account}:directory/${DirectoryId}
directoryid

Condition keys

Keys you can use in the Condition block of a policy that grants workspaces:UpdateConnectClientAddIn.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

Related actions in workspaces

View all workspaces actions →