integrations_list_only
Lists integrations in a region or regions, for all properties use integrations
Overview
| Name | integrations_list_only |
| Type | Resource |
| Description | The resource schema for creating an Amazon Connect Customer Profiles Integration. |
| Id | aws.customerprofiles.integrations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_name | string | The unique name of the domain. |
uri | string | The URI of the S3 bucket or any other type of data source. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all integrations in a region.
SELECT
region,
domain_name,
uri
FROM aws.customerprofiles.integrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the integrations_list_only resource, see integrations