Class: Aws::KinesisAnalytics::Types::KinesisFirehoseOutputDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::KinesisFirehoseOutputDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
-
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
1589 1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1589 class KinesisFirehoseOutputDescription < Struct.new( :resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
1589 1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1589 class KinesisFirehoseOutputDescription < Struct.new( :resource_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |