Class: Aws::Connect::Types::KinesisFirehoseConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Configuration information of a Kinesis Data Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firehose_arnString

The Amazon Resource Name (ARN) of the delivery stream.



19098
19099
19100
19101
19102
# File 'lib/aws-sdk-connect/types.rb', line 19098

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