interface LambdaUngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins.CfnPlanPropsMixin.LambdaUngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsarcregionswitch/mixins#CfnPlanPropsMixin_LambdaUngracefulProperty |
Java | software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.LambdaUngracefulProperty |
Python | aws_cdk.mixins_preview.aws_arcregionswitch.mixins.CfnPlanPropsMixin.LambdaUngracefulProperty |
TypeScript | @aws-cdk/mixins-preview » aws_arcregionswitch » mixins » CfnPlanPropsMixin » 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 { mixins as arcregionswitch_mixins } from '@aws-cdk/mixins-preview/aws-arcregionswitch';
const lambdaUngracefulProperty: arcregionswitch_mixins.CfnPlanPropsMixin.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