interface DeadLetterQueueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.DeadLetterQueueProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_DeadLetterQueueProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.DeadLetterQueueProperty |
Python | aws_cdk.aws_sam.CfnFunction.DeadLetterQueueProperty |
TypeScript | aws-cdk-lib » aws_sam » CfnFunction » DeadLetterQueueProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const deadLetterQueueProperty: sam.CfnFunction.DeadLetterQueueProperty = {
targetArn: 'targetArn',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| target | string | |
| type | string |
targetArn
Type:
string
type
Type:
string

.NET
Go
Java
Python
TypeScript