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.

Container for the parameters to the CreateEventIntegration operation. Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppIntegrationsService.AmazonAppIntegrationsServiceRequest
      Amazon.AppIntegrationsService.Model.CreateEventIntegrationRequest

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

Syntax

C#
public class CreateEventIntegrationRequest : AmazonAppIntegrationsServiceRequest
         IAmazonWebServiceRequest

The CreateEventIntegrationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String

Gets and sets the property ClientToken.

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Public Property Description System.String

Gets and sets the property Description.

The description of the event integration.

Public Property EventBridgeBus System.String

Gets and sets the property EventBridgeBus.

The EventBridge bus.

Public Property EventFilter Amazon.AppIntegrationsService.Model.EventFilter

Gets and sets the property EventFilter.

The event filter.

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