class Aws::KinesisAnalytics::Types::KinesisStreamsOutput
When configuring application output, identifies an Amazon Kinesis stream as the destination. You provide the stream Amazon Resource
Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.
@note When making an API call, you may pass KinesisStreamsOutput
data as a hash: { resource_arn: "ResourceARN", # required role_arn: "RoleARN", # required }
@!attribute [rw] resource_arn
ARN of the destination Amazon Kinesis stream to write to. @return [String]
@!attribute [rw] role_arn
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination 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/KinesisStreamsOutput AWS API Documentation
Constants
- SENSITIVE