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.
flow_definitionobject
object_type_namestringThe name of the ObjectType defined for the 3rd party data in Profile Service
created_atstringThe time of this integration got created
last_updated_atstringThe time of this integration got last updated at
tagsarrayThe tags (keys and values) associated with the integration
object_type_namesarrayThe mapping between 3rd party event types and ObjectType names
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