---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appintegrations_data_integration Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AppIntegrations::DataIntegration
---
# awscc_appintegrations_data_integration (Data Source)
Data Source schema for AWS::AppIntegrations::DataIntegration
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `data_integration_arn` (String) The Amazon Resource Name (ARN) of the data integration.
- `description` (String) The data integration description.
- `kms_key` (String) The KMS key of the data integration.
- `name` (String) The name of the data integration.
- `schedule_config` (Attributes) The name of the data and how often it should be pulled from the source. (see [below for nested schema](#nestedatt--schedule_config))
- `source_uri` (String) The URI of the data source.
- `tags` (Attributes List) The tags (keys and values) associated with the data integration. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `schedule_config`
Read-Only:
- `first_execution_from` (String) The start date for objects to import in the first flow run. Epoch or ISO timestamp format is supported.
- `object` (String) The name of the object to pull from the data source.
- `schedule_expression` (String) How often the data should be pulled from data source.
### Nested Schema for `tags`
Read-Only:
- `key` (String) A key to identify the tag.
- `value` (String) Corresponding tag value for the key.