class Aws::KinesisAnalytics::Types::KinesisStreamsInput
Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's Amazon Resource
Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
@note When making an API call, you may pass KinesisStreamsInput
data as a hash: { resource_arn: "ResourceARN", # required role_arn: "RoleARN", # required }
@!attribute [rw] resource_arn
ARN of the input Amazon Kinesis stream to read. @return [String]
@!attribute [rw] role_arn
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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/KinesisStreamsInput AWS API Documentation
Constants
- SENSITIVE