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.

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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeEventBusAsync.

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

Syntax

C#
public abstract DescribeEventBusResponse DescribeEventBus(
         DescribeEventBusRequest request
)

Parameters

request
Type: Amazon.CloudWatchEvents.Model.DescribeEventBusRequest

Container for the necessary parameters to execute the DescribeEventBus service method.

Return Value


The response from the DescribeEventBus service method, as returned by CloudWatchEvents.

Exceptions

ExceptionCondition
InternalException This exception occurs due to unexpected causes.
ResourceNotFoundException An entity that you specified does not exist.

Version Information

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

See Also