Skip to main content

associations

Creates, updates, deletes, gets or lists an associations resource.

Overview

Nameassociations
TypeResource
Idaws.chatbot.associations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
resourcestringThe Amazon Resource Name (ARN) of the resource (for example, a custom action). (pattern: <code>arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}</code>)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_associationsselectregionLists resources associated with a channel configuration.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists resources associated with a channel configuration.

SELECT
resource
FROM aws.chatbot.associations
WHERE region = '{{ region }}' -- required
;