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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1811

class LambdaOutputDescription < Struct.new(
  :resource_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1811

class LambdaOutputDescription < Struct.new(
  :resource_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end