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.
arnARN of the AppIntegrations Event Integration.descriptionDescription of the Event Integration.eventFiltersBlock that defines the configuration information for the event filter. The Event Filter block is documented below.eventbridgeBusEventBridge bus.idThe provider-assigned unique ID for this managed resource.nameOptional.regionOptional.tagsMetadata 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
-
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