integration_tags
Expands all tag keys and values for integrations in a region
Overview
| Name | integration_tags |
| Type | Resource |
| Description | The resource schema for creating an Amazon Connect Customer Profiles Integration. |
| Id | aws.customerprofiles.integration_tags |
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. |
flow_definition | object | |
object_type_name | string | The name of the ObjectType defined for the 3rd party data in Profile Service |
created_at | string | The time of this integration got created |
last_updated_at | string | The time of this integration got last updated at |
object_type_names | array | The mapping between 3rd party event types and ObjectType names |
event_trigger_names | array | A list of unique names for active event triggers associated with the integration. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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,
event_trigger_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