Class: Aws::EventBridgeV2::Types::OnFailureConfiguration

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

Overview

On-failure configuration: where a failed delivery is sent. Shared by the subscriber and the EventSource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The ARN of the destination that receives events that could not be delivered. An Amazon SQS queue is the supported destination.

Returns:

  • (String)


1816
1817
1818
1819
1820
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1816

class OnFailureConfiguration < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end