Skip to main content

integrations_list_only

Lists integrations in a region or regions, for all properties use integrations

Overview

Nameintegrations_list_only
TypeResource
DescriptionThe resource schema for creating an Amazon Connect Customer Profiles Integration.
Idaws.customerprofiles.integrations_list_only

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
uristringThe URI of the S3 bucket or any other type of data source.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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