Table of Contents

Class DescribeEventBusRequest

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Container for the parameters to the DescribeEventBus operation. Displays details about an event bus in your account. This can include the external Amazon Web Services accounts that are permitted to write events to your default event bus, and the associated policy. For custom event buses and partner event buses, it displays the name, ARN, policy, state, and creation time.

To enable your account to receive events from other accounts on its default event bus, use PutPermission.

For more information about partner event buses, see CreateEventBus.

public class DescribeEventBusRequest : AmazonEventBridgeRequest
Inheritance
DescribeEventBusRequest

Constructors

DescribeEventBusRequest()

public DescribeEventBusRequest()

Properties

Name

Gets and sets the property Name.

The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.

public string Name { get; set; }

Property Value

string