quick_responses_list_only
Lists quick_responses in a region or regions, for all properties use quick_responses
Overview
| Name | quick_responses_list_only |
| Type | Resource |
| Description | Definition of AWS::Wisdom::QuickResponse Resource Type. |
| Id | awscc.wisdom.quick_responses_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
quick_response_arn | string | The Amazon Resource Name (ARN) of the quick response. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all quick_responses in a region.
SELECT
region,
quick_response_arn
FROM awscc.wisdom.quick_responses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the quick_responses_list_only resource, see quick_responses