interface LambdaUngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.LambdaUngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_LambdaUngracefulProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.LambdaUngracefulProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.LambdaUngracefulProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » LambdaUngracefulProperty |
Configuration for handling failures when invoking Lambda functions.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const lambdaUngracefulProperty: arcregionswitch.CfnPlan.LambdaUngracefulProperty = {
behavior: 'behavior',
};
Properties
| Name | Type | Description |
|---|---|---|
| behavior? | string | The ungraceful behavior for a Lambda function, which must be set to skip . |
behavior?
Type:
string
(optional)
The ungraceful behavior for a Lambda function, which must be set to skip .

.NET
Go
Java
Python
TypeScript