Skip to main content

integration_tags

Expands all tag keys and values for integrations in a region

Overview

Nameintegration_tags
TypeResource
DescriptionThe resource schema for creating an Amazon Connect Customer Profiles Integration.
Idaws.customerprofiles.integration_tags

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
object_type_namesarrayThe mapping between 3rd party event types and ObjectType names
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all integrations in a region.

SELECT
region,
domain_name,
uri,
flow_definition,
object_type_name,
created_at,
last_updated_at,
object_type_names,
tag_key,
tag_value
FROM aws.customerprofiles.integration_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the integration_tags resource, see integrations