aws.customer_profiles.get_integration
Example SQL Queries
SELECT * FROMaws.customer_profiles.get_integrationWHERE"domain_name" = 'VALUE'AND "uri" = 'VALUE';Description
Returns an integration for a domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| uri Required Input Column The URI of the S3 bucket or any other type of data source. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_at The timestamp of when the domain was created. | TIMESTAMP_S |
| is_unstructured Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition. | BOOLEAN |
| last_updated_at The timestamp of when the domain was most recently edited. | TIMESTAMP_S |
| object_type_name The name of the profile object type. | VARCHAR |
| object_type_names A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an ObjectTypeName (template) used to ingest the event. It supports the following event types: SegmentIdentify, ShopifyCreateCustomers, ShopifyUpdateCustomers, ShopifyCreateDraftOrders, ShopifyUpdateDraftOrders, ShopifyCreateOrders, and ShopifyUpdatedOrders. | MAP(VARCHAR, VARCHAR) |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |
| workflow_id Unique identifier for the workflow. | VARCHAR |