Class CfnTopicRule.LambdaActionProperty
Describes an action to invoke a Lambda function.
Inheritance
System.Object
CfnTopicRule.LambdaActionProperty
Implements
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LambdaActionProperty : Object, CfnTopicRule.ILambdaActionProperty
Syntax (vb)
Public Class LambdaActionProperty
Inherits Object
Implements CfnTopicRule.ILambdaActionProperty
Remarks
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() |
Properties
FunctionArn | The ARN of the Lambda function. |
Constructors
LambdaActionProperty()
public LambdaActionProperty()
Properties
FunctionArn
The ARN of the Lambda function.
public string FunctionArn { get; set; }
Property Value
System.String