Class: Aws::Pipes::Types::FirehoseLogDestinationParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::FirehoseLogDestinationParameters
- 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
-
#delivery_stream_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
Instance Attribute Details
#delivery_stream_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
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 |