Table of Contents

Class DescribeEventBusResponse

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

This is the response object from the DescribeEventBus operation.

public class DescribeEventBusResponse : AmazonWebServiceResponse
Inheritance
DescribeEventBusResponse

Constructors

DescribeEventBusResponse()

public DescribeEventBusResponse()

Properties

Arn

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

public string Arn { get; set; }

Property Value

string

CreationTime

Gets and sets the property CreationTime.

The time the event bus was created.

public DateTime CreationTime { get; set; }

Property Value

DateTime

DeadLetterConfig

Gets and sets the property DeadLetterConfig.

public DeadLetterConfig DeadLetterConfig { get; set; }

Property Value

DeadLetterConfig

Description

Gets and sets the property Description.

The event bus description.

public string Description { get; set; }

Property Value

string

KmsKeyIdentifier

Gets and sets the property KmsKeyIdentifier.

The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.

For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.

public string KmsKeyIdentifier { get; set; }

Property Value

string

LastModifiedTime

Gets and sets the property LastModifiedTime.

The time the event bus was last modified.

public DateTime LastModifiedTime { get; set; }

Property Value

DateTime

Name

Gets and sets the property Name.

The name of the event bus. Currently, this is always default.

public string Name { get; set; }

Property Value

string

Policy

Gets and sets the property Policy.

The policy that enables the external account to send events to your account.

public string Policy { get; set; }

Property Value

string