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 CreateEventBus operation. Creates a new event bus within your account. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvents.AmazonCloudWatchEventsRequest
      Amazon.CloudWatchEvents.Model.CreateEventBusRequest

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

Syntax

C#
public class CreateEventBusRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The CreateEventBusRequest type exposes the following members

Constructors

NameDescription
Public Method CreateEventBusRequest()

Properties

NameTypeDescription
Public Property EventSourceName System.String

Gets and sets the property EventSourceName.

If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

Public Property Name System.String

Gets and sets the property Name.

The name of the new event bus.

Event bus names cannot contain the / character. You can't use the name default for a custom event bus, as this name is already used for your account's default event bus.

If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.

Public Property Tags System.Collections.Generic.List<Amazon.CloudWatchEvents.Model.Tag>

Gets and sets the property Tags.

Tags to associate with the 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