enum DestinationType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lambda.DestinationType |
Java | software.amazon.awscdk.services.lambda.DestinationType |
Python | aws_cdk.aws_lambda.DestinationType |
TypeScript (source) | @aws-cdk/aws-lambda » DestinationType |
The type of destination.
Members
| Name | Description |
|---|---|
| FAILURE | Failure. |
| SUCCESS | Success. |
FAILURE
Failure.
SUCCESS
Success.

.NET
Java
Python
TypeScript (