interface LambdaUngracefulProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.LambdaUngracefulProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_LambdaUngracefulProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.LambdaUngracefulProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.LambdaUngracefulProperty |
![]() | 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
.