--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_appintegrations_data_integration Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::AppIntegrations::DataIntegration --- # awscc_appintegrations_data_integration (Resource) Resource Type definition for AWS::AppIntegrations::DataIntegration ## Schema ### Required - `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. ### Optional - `description` (String) The data integration description. - `tags` (Attributes List) The tags (keys and values) associated with the data integration. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `data_integration_arn` (String) The Amazon Resource Name (ARN) of the data integration. - `id` (String) The unique identifer of the data integration. ### Nested Schema for `schedule_config` Required: - `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` Optional: - `key` (String) A key to identify the tag. - `value` (String) Corresponding tag value for the key. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_appintegrations_data_integration.example ```