Table of Contents

Class CreateEventBusResponse

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

This is the response object from the CreateEventBus operation.

public class CreateEventBusResponse : AmazonWebServiceResponse
Inheritance
CreateEventBusResponse

Constructors

CreateEventBusResponse()

public CreateEventBusResponse()

Properties

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

EventBusArn

Gets and sets the property EventBusArn.

The ARN of the new event bus.

public string EventBusArn { 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