Class: Aws::Pipes::Types::FirehoseLogDestination

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

Overview

The Amazon Data Firehose logging configuration settings for the pipe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_arnString

The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

Returns:

  • (String)


1141
1142
1143
1144
1145
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1141

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