Table of Contents

Class UpdateEventBusResponse

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

This is the response object from the UpdateEventBus operation.

public class UpdateEventBusResponse : AmazonWebServiceResponse
Inheritance
UpdateEventBusResponse

Constructors

UpdateEventBusResponse()

public UpdateEventBusResponse()

Properties

Arn

Gets and sets the property Arn.

The event bus Amazon Resource Name (ARN).

public string Arn { get; set; }

Property Value

string

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

Name

Gets and sets the property Name.

The event bus name.

public string Name { get; set; }

Property Value

string