GetEventIntegrationResult constructor
const
GetEventIntegrationResult({})
Creates a new GetEventIntegrationResult.
arn ARN of the AppIntegrations Event Integration.
description Description of the Event Integration.
eventFilters Block that defines the configuration information for the event filter. The Event Filter block is documented below.
eventbridgeBus EventBridge bus.
id The provider-assigned unique ID for this managed resource.
name Optional.
region Optional.
tags Metadata that you can assign to help organize the report plans you create.
Implementation
const GetEventIntegrationResult({
this.arn,
this.description,
this.eventFilters,
this.eventbridgeBus,
this.id,
this.name,
this.region,
this.tags,
});