Class: Aws::KinesisAnalytics::Types::LambdaOutputDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::LambdaOutputDescription
- 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
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the destination Lambda function.
-
#role_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the destination Lambda function.
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_arn ⇒ String
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
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 |