AWS::AppIntegrations::EventIntegrationResource Type definition for AWS::AppIntegrations::EventIntegration
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EventBridgeBus | string | RequiredCreate-only |
EventFilter | EventFilter | RequiredCreate-only |
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
EventIntegrationArn | string | The Amazon Resource Name (ARN) of the event integration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppIntegrations::EventIntegration
Resources:
MyResource:
Type: AWS::AppIntegrations::EventIntegration
Properties:
Name: "my-name"
EventBridgeBus: "my-eventbridgebus"
EventFilter: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
app-integrations:CreateEventIntegrationapp-integrations:TagResourceapp-integrations:GetEventIntegrationapp-integrations:ListTagsForResourceapp-integrations:ListEventIntegrationsapp-integrations:GetEventIntegrationapp-integrations:UpdateEventIntegrationapp-integrations:TagResourceapp-integrations:UntagResourceapp-integrations:DeleteEventIntegrationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameEventBridgeBusEventFilter