Class CfnPlanPropsMixin.LambdaUngracefulProperty
Configuration for handling failures when invoking Lambda functions.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ARCRegionSwitch
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPlanPropsMixin.LambdaUngracefulProperty : CfnPlanPropsMixin.ILambdaUngracefulProperty
Syntax (vb)
Public Class CfnPlanPropsMixin.LambdaUngracefulProperty Implements CfnPlanPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }