wisdom:UpdateQuickResponse

Write

wisdom:UpdateQuickResponse is a Write access-level action in the wisdom service. Grants permission to update information or content of the quick response

Resource types

ARNs that wisdom:UpdateQuickResponse can be scoped to in an IAM policy.

arn:${Partition}:wisdom:${Region}:${Account}:knowledge-base/${KnowledgeBaseId}
KnowledgeBase
arn:${Partition}:wisdom:${Region}:${Account}:quick-response/${KnowledgeBaseId}/${QuickResponseId}
QuickResponse

Condition keys

Keys you can use in the Condition block of a policy that grants wisdom:UpdateQuickResponse.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows wisdom:UpdateQuickResponse. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWisdomUpdateQuickResponse",
      "Effect": "Allow",
      "Action": "wisdom:UpdateQuickResponse",
      "Resource": "*"
    }
  ]
}

Related actions in wisdom

View all wisdom actions →