Class: Aws::Pipes::Types::FirehoseLogDestinationParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

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

Returns:

  • (String)


1187
1188
1189
1190
1191
# File 'lib/aws-sdk-pipes/types.rb', line 1187

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