Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appintegrations-eventintegration.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::AppIntegrations::EventIntegration. Source:- https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git

Properties

Name string | Aws_CF_FunctionString required

The name of the event integration.

EventBridgeBus string | Aws_CF_FunctionString required

The Amazon Eventbridge bus for the event integration.

EventFilter object required
1 nested properties
Source string | Aws_CF_FunctionString required

The source of the events.

Description string | Aws_CF_FunctionString

The event integration description.

Tags Tag[]

The tags (keys and values) associated with the event integration.

minItems=0maxItems=200

Definitions

EventFilter object
Source string | Aws_CF_FunctionString required

The source of the events.

Tag object
Key string | Aws_CF_FunctionString required

A key to identify the tag.

Value string | Aws_CF_FunctionString required

Corresponding tag value for the key.

Metadata object
Key string | Aws_CF_FunctionString required

A key to identify the metadata.

Value string | Aws_CF_FunctionString required

Corresponding metadata value for the key.