You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::LambdaOutputDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

For an application output, describes the AWS Lambda function configured as its destination.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Amazon Resource Name (ARN) of the destination Lambda function.

Returns:

  • (String)

    Amazon Resource Name (ARN) of the destination Lambda function.

#role_arnString

ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.

Returns:

  • (String)

    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.