Class CfnPlan.LambdaUngracefulProperty
Configuration for handling failures when invoking Lambda functions.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlan.LambdaUngracefulProperty : CfnPlan.ILambdaUngracefulProperty
Syntax (vb)
Public Class CfnPlan.LambdaUngracefulProperty Implements CfnPlan.ILambdaUngracefulProperty
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.ARCRegionSwitch;
var lambdaUngracefulProperty = new LambdaUngracefulProperty {
Behavior = "behavior"
};
Synopsis
Constructors
| LambdaUngracefulProperty() | Configuration for handling failures when invoking Lambda functions. |
Properties
| Behavior | The ungraceful behavior for a Lambda function, which must be set to |
Constructors
LambdaUngracefulProperty()
Configuration for handling failures when invoking Lambda functions.
public LambdaUngracefulProperty()
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.ARCRegionSwitch;
var lambdaUngracefulProperty = new LambdaUngracefulProperty {
Behavior = "behavior"
};
Properties
Behavior
The ungraceful behavior for a Lambda function, which must be set to skip .
public string? Behavior { get; set; }