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