GetEventIntegrationResult class

Result data returned by getEventIntegration.

Constructors

GetEventIntegrationResult({String? arn, String? description, List<GetEventIntegrationEventFilter>? eventFilters, String? eventbridgeBus, String? id, String? name, String? region, Map<String, String>? tags})
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.
const
GetEventIntegrationResult.fromMap(Map<String, dynamic> map)
factory

Properties

arn String?
ARN of the AppIntegrations Event Integration.
final
description String?
Description of the Event Integration.
final
eventbridgeBus String?
EventBridge bus.
final
eventFilters List<GetEventIntegrationEventFilter>?
Block that defines the configuration information for the event filter. The Event Filter block is documented below.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The provider-assigned unique ID for this managed resource.
final
name String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
Metadata that you can assign to help organize the report plans you create.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited