Show / Hide Table of Contents

Class CfnApplicationOutputPropsMixin.LambdaOutputProperty

When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.

Inheritance
object
CfnApplicationOutputPropsMixin.LambdaOutputProperty
Implements
CfnApplicationOutputPropsMixin.ILambdaOutputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnApplicationOutputPropsMixin.LambdaOutputProperty : CfnApplicationOutputPropsMixin.ILambdaOutputProperty
Syntax (vb)
Public Class CfnApplicationOutputPropsMixin.LambdaOutputProperty Implements CfnApplicationOutputPropsMixin.ILambdaOutputProperty
Remarks

You provide the function Amazon Resource Name (ARN) of the Lambda function.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2;

             var lambdaOutputProperty = new LambdaOutputProperty {
                 ResourceArn = "resourceArn"
             };

Synopsis

Constructors

LambdaOutputProperty()

When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.

Properties

ResourceArn

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

Constructors

LambdaOutputProperty()

When you configure a SQL-based Kinesis Data Analytics application's output, identifies an Amazon Lambda function as the destination.

public LambdaOutputProperty()
Remarks

You provide the function Amazon Resource Name (ARN) of the Lambda function.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2;

             var lambdaOutputProperty = new LambdaOutputProperty {
                 ResourceArn = "resourceArn"
             };

Properties

ResourceArn

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

public string? ResourceArn { get; set; }
Property Value

string

Remarks
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#arn-syntax-lambda">Example ARNs: Amazon Lambda</a>

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-lambdaoutput.html#cfn-kinesisanalyticsv2-applicationoutput-lambdaoutput-resourcearn

Implements

CfnApplicationOutputPropsMixin.ILambdaOutputProperty
Back to top Generated by DocFX