AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The event integration.

Inheritance Hierarchy

System.Object
  Amazon.AppIntegrationsService.Model.EventIntegration

Namespace: Amazon.AppIntegrationsService.Model
Assembly: AWSSDK.AppIntegrationsService.dll
Version: 3.x.y.z

Syntax

C#
public class EventIntegration

The EventIntegration type exposes the following members

Constructors

NameDescription
Public Method EventIntegration()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The event integration description.

Public Property EventBridgeBus System.String

Gets and sets the property EventBridgeBus.

The Amazon EventBridge bus for the event integration.

Public Property EventFilter Amazon.AppIntegrationsService.Model.EventFilter

Gets and sets the property EventFilter.

The event integration filter.

Public Property EventIntegrationArn System.String

Gets and sets the property EventIntegrationArn.

The Amazon Resource Name (ARN) of the event integration.

Public Property Name System.String

Gets and sets the property Name.

The name of the event integration.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5