aws-cdk-lib.aws_sam.CfnFunction.DeadLetterQueueProperty

interface DeadLetterQueueProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.DeadLetterQueueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_DeadLetterQueueProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.DeadLetterQueueProperty
Pythonaws_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

NameTypeDescription
targetArnstringCfnFunction.DeadLetterQueueProperty.TargetArn.
typestringCfnFunction.DeadLetterQueueProperty.Type.

targetArn

Type: string

CfnFunction.DeadLetterQueueProperty.TargetArn.


type

Type: string

CfnFunction.DeadLetterQueueProperty.Type.