AWS Fundamentals Logo
AWS Fundamentals
AWS::Wisdom::QuickResponse

Wisdom QuickResponse

Definition of AWS::Wisdom::QuickResponse Resource Type.

Properties

11 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Content
QuickResponseContentProvider
Required
KnowledgeBaseArn
string
RequiredCreate-only
Name
string
Required
Channels
Array<string>
ContentType
string
Description
string
GroupingConfiguration
GroupingConfiguration
IsActive
boolean
Language
string
ShortcutKey
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ContentsQuickResponseContents-
QuickResponseArnstringThe Amazon Resource Name (ARN) of the quick response.
QuickResponseIdstringThe identifier of the quick response.
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Wisdom::QuickResponse

Resources:
  MyResource:
    Type: AWS::Wisdom::QuickResponse
    Properties:
      KnowledgeBaseArn: "arn:aws:service:region:account:resource"
      Content: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

wisdom:CreateQuickResponsewisdom:GetQuickResponsewisdom:TagResourceconnect:SearchRoutingProfilesconnect:DescribeRoutingProfile

update

wisdom:UpdateQuickResponsewisdom:GetQuickResponsewisdom:TagResourcewisdom:UntagResourceconnect:SearchRoutingProfilesconnect:DescribeRoutingProfile

delete

wisdom:DeleteQuickResponsewisdom:UntagResource

list

wisdom:ListQuickResponses

read

wisdom:GetQuickResponse

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWisdom
Properties15
Required3
TaggingSupported
Primary IDQuickResponseArn

Supported Operations

CreateUpdateDeleteListRead

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KnowledgeBaseArn

External Links