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.

An event bus receives events from a source and routes them to rules associated with that event bus. Your account's default event bus receives events from Amazon Web Services services. A custom event bus can receive events from your custom applications and services. A partner event bus receives events from an event source created by an SaaS partner. These events come from the partners services or applications.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.EventBus

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

Syntax

C#
public class EventBus

The EventBus type exposes the following members

Constructors

NameDescription
Public Method EventBus()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the event bus.

Public Property Name System.String

Gets and sets the property Name.

The name of the event bus.

Public Property Policy System.String

Gets and sets the property Policy.

The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to this event bus.

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