Show / Hide Table of Contents

Class CfnPlan.LambdaUngracefulProperty

Configuration for handling failures when invoking Lambda functions.

Inheritance
object
CfnPlan.LambdaUngracefulProperty
Implements
CfnPlan.ILambdaUngracefulProperty
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.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlan.LambdaUngracefulProperty : CfnPlan.ILambdaUngracefulProperty
Syntax (vb)
Public Class CfnPlan.LambdaUngracefulProperty Implements CfnPlan.ILambdaUngracefulProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-lambdaungraceful.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.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 skip .

Constructors

LambdaUngracefulProperty()

Configuration for handling failures when invoking Lambda functions.

public LambdaUngracefulProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-lambdaungraceful.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.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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-lambdaungraceful.html#cfn-arcregionswitch-plan-lambdaungraceful-behavior

Implements

CfnPlan.ILambdaUngracefulProperty
Back to top Generated by DocFX