Class CfnFunctionPropsMixin.DeadLetterQueueProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.DeadLetterQueueProperty : CfnFunctionPropsMixin.IDeadLetterQueueProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.DeadLetterQueueProperty Implements CfnFunctionPropsMixin.IDeadLetterQueueProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var deadLetterQueueProperty = new DeadLetterQueueProperty {
TargetArn = "targetArn",
Type = "type"
};
Synopsis
Constructors
| DeadLetterQueueProperty() |
Properties
| TargetArn | |
| Type |
Constructors
DeadLetterQueueProperty()
public DeadLetterQueueProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var deadLetterQueueProperty = new DeadLetterQueueProperty {
TargetArn = "targetArn",
Type = "type"
};
Properties
TargetArn
public string? TargetArn { get; set; }
Property Value
Remarks
Type
public string? Type { get; set; }