Show / Hide Table of Contents

Class CfnTopicRule.LambdaActionProperty

Describes an action to invoke a Lambda function.

Inheritance
object
CfnTopicRule.LambdaActionProperty
Implements
CfnTopicRule.ILambdaActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTopicRule.LambdaActionProperty : CfnTopicRule.ILambdaActionProperty
Syntax (vb)
Public Class CfnTopicRule.LambdaActionProperty Implements CfnTopicRule.ILambdaActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.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.AWS.IoT;

             var lambdaActionProperty = new LambdaActionProperty {
                 FunctionArn = "functionArn"
             };

Synopsis

Constructors

LambdaActionProperty()

Describes an action to invoke a Lambda function.

Properties

FunctionArn

The ARN of the Lambda function.

Constructors

LambdaActionProperty()

Describes an action to invoke a Lambda function.

public LambdaActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.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.AWS.IoT;

             var lambdaActionProperty = new LambdaActionProperty {
                 FunctionArn = "functionArn"
             };

Properties

FunctionArn

The ARN of the Lambda function.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-lambdaaction.html#cfn-iot-topicrule-lambdaaction-functionarn

Implements

CfnTopicRule.ILambdaActionProperty
Back to top Generated by DocFX