Class: Aws::EventBridge::Types::UpdateEventBusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The event bus Amazon Resource Name (ARN).

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#dead_letter_configTypes::DeadLetterConfig

Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).

For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.



5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The event bus description.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

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.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#log_configTypes::LogConfig

The logging configuration settings for the event bus.

For more information, see Configuring logs for event buses in the EventBridge User Guide.

Returns:



5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The event bus name.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 5972

class UpdateEventBusResponse < Struct.new(
  :arn,
  :name,
  :kms_key_identifier,
  :description,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end