--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_customerprofiles_integration Resource - terraform-provider-awscc" subcategory: "" description: |- The resource schema for creating an Amazon Connect Customer Profiles Integration. --- # awscc_customerprofiles_integration (Resource) The resource schema for creating an Amazon Connect Customer Profiles Integration. ## Schema ### Required - `domain_name` (String) The unique name of the domain. ### Optional - `flow_definition` (Attributes) (see [below for nested schema](#nestedatt--flow_definition)) - `object_type_name` (String) The name of the ObjectType defined for the 3rd party data in Profile Service - `object_type_names` (Attributes List) The mapping between 3rd party event types and ObjectType names (see [below for nested schema](#nestedatt--object_type_names)) - `tags` (Attributes List) The tags (keys and values) associated with the integration (see [below for nested schema](#nestedatt--tags)) - `uri` (String) The URI of the S3 bucket or any other type of data source. ### Read-Only - `created_at` (String) The time of this integration got created - `id` (String) Uniquely identifies the resource. - `last_updated_at` (String) The time of this integration got last updated at ### Nested Schema for `flow_definition` Optional: - `description` (String) - `flow_name` (String) - `kms_arn` (String) - `source_flow_config` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config)) - `tasks` (Attributes List) (see [below for nested schema](#nestedatt--flow_definition--tasks)) - `trigger_config` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--trigger_config)) ### Nested Schema for `flow_definition.source_flow_config` Optional: - `connector_profile_name` (String) - `connector_type` (String) - `incremental_pull_config` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--incremental_pull_config)) - `source_connector_properties` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties)) ### Nested Schema for `flow_definition.source_flow_config.incremental_pull_config` Optional: - `datetime_type_field_name` (String) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties` Optional: - `marketo` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties--marketo)) - `s3` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties--s3)) - `salesforce` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties--salesforce)) - `service_now` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties--service_now)) - `zendesk` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--source_flow_config--source_connector_properties--zendesk)) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties.zendesk` Optional: - `object` (String) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties.zendesk` Optional: - `bucket_name` (String) - `bucket_prefix` (String) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties.zendesk` Optional: - `enable_dynamic_field_update` (Boolean) - `include_deleted_records` (Boolean) - `object` (String) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties.zendesk` Optional: - `object` (String) ### Nested Schema for `flow_definition.source_flow_config.source_connector_properties.zendesk` Optional: - `object` (String) ### Nested Schema for `flow_definition.tasks` Optional: - `connector_operator` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--tasks--connector_operator)) - `destination_field` (String) - `source_fields` (List of String) - `task_properties` (Attributes List) (see [below for nested schema](#nestedatt--flow_definition--tasks--task_properties)) - `task_type` (String) ### Nested Schema for `flow_definition.tasks.connector_operator` Optional: - `marketo` (String) - `s3` (String) - `salesforce` (String) - `service_now` (String) - `zendesk` (String) ### Nested Schema for `flow_definition.tasks.task_properties` Optional: - `operator_property_key` (String) - `property` (String) ### Nested Schema for `flow_definition.trigger_config` Optional: - `trigger_properties` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--trigger_config--trigger_properties)) - `trigger_type` (String) ### Nested Schema for `flow_definition.trigger_config.trigger_properties` Optional: - `scheduled` (Attributes) (see [below for nested schema](#nestedatt--flow_definition--trigger_config--trigger_properties--scheduled)) ### Nested Schema for `flow_definition.trigger_config.trigger_properties.scheduled` Optional: - `data_pull_mode` (String) - `first_execution_from` (Number) - `schedule_end_time` (Number) - `schedule_expression` (String) - `schedule_offset` (Number) - `schedule_start_time` (Number) - `timezone` (String) ### Nested Schema for `object_type_names` Optional: - `key` (String) - `value` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_customerprofiles_integration.example ```