Class: Aws::KinesisAnalytics::Types::KinesisFirehoseInputUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::KinesisFirehoseInputUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn_update ⇒ String
Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.
-
#role_arn_update ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
Instance Attribute Details
#resource_arn_update ⇒ String
Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.
1542 1543 1544 1545 1546 1547 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1542 class KinesisFirehoseInputUpdate < Struct.new( :resource_arn_update, :role_arn_update) SENSITIVE = [] include Aws::Structure end |
#role_arn_update ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
1542 1543 1544 1545 1546 1547 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1542 class KinesisFirehoseInputUpdate < Struct.new( :resource_arn_update, :role_arn_update) SENSITIVE = [] include Aws::Structure end |