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 Kinesis 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 Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.

Returns:

  • (String)


1108
1109
1110
1111
1112
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1108

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