interface DestinationConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Lambda.DestinationConfig |
Java | software.amazon.awscdk.services.lambda.DestinationConfig |
Python | aws_cdk.aws_lambda.DestinationConfig |
TypeScript (source) | @aws-cdk/aws-lambda » DestinationConfig |
Obtainable from
Event
.bind()
, Lambda
.bind()
, Sns
.bind()
, Sqs
.bind()
A destination configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lambda from '@aws-cdk/aws-lambda';
const destinationConfig: lambda.DestinationConfig = {
destination: 'destination',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | The Amazon Resource Name (ARN) of the destination resource. |
destination
Type:
string
The Amazon Resource Name (ARN) of the destination resource.