---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_appintegrations_event_integration Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AppIntegrations::EventIntegration
---
# awscc_appintegrations_event_integration (Data Source)
Data Source schema for AWS::AppIntegrations::EventIntegration
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `associations` (Attributes List) The associations with the event integration. (see [below for nested schema](#nestedatt--associations))
- `description` (String) The event integration description.
- `event_bridge_bus` (String) The Amazon Eventbridge bus for the event integration.
- `event_filter` (Attributes) The EventFilter (source) associated with the event integration. (see [below for nested schema](#nestedatt--event_filter))
- `event_integration_arn` (String) The Amazon Resource Name (ARN) of the event integration.
- `name` (String) The name of the event integration.
- `tags` (Attributes List) The tags (keys and values) associated with the event integration. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `associations`
Read-Only:
- `client_association_metadata` (Attributes List) The metadata associated with the client. (see [below for nested schema](#nestedatt--associations--client_association_metadata))
- `client_id` (String) The identifier for the client that is associated with the event integration.
- `event_bridge_rule_name` (String) The name of the Eventbridge rule.
- `event_integration_association_arn` (String) The Amazon Resource Name (ARN) for the event integration association.
- `event_integration_association_id` (String) The identifier for the event integration association.
### Nested Schema for `associations.client_association_metadata`
Read-Only:
- `key` (String) A key to identify the metadata.
- `value` (String) Corresponding metadata value for the key.
### Nested Schema for `event_filter`
Read-Only:
- `source` (String) The source of the events.
### Nested Schema for `tags`
Read-Only:
- `key` (String) A key to identify the tag.
- `value` (String) Corresponding tag value for the key.