Class: Aws::KinesisAnalytics::Types::KinesisStreamsInputUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::KinesisStreamsInputUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
When updating application input configuration, provides information about an Amazon Kinesis 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 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 stream to read.
1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1685 class KinesisStreamsInputUpdate < 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.
1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 1685 class KinesisStreamsInputUpdate < Struct.new( :resource_arn_update, :role_arn_update) SENSITIVE = [] include Aws::Structure end |