Show / Hide Table of Contents

Class CfnFunctionPropsMixin.DeadLetterQueueProperty

Inheritance
object
CfnFunctionPropsMixin.DeadLetterQueueProperty
Implements
CfnFunctionPropsMixin.IDeadLetterQueueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-deadletterqueue.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-deadletterqueue.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-deadletterqueue.html#cfn-serverless-function-deadletterqueue-targetarn

Type

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-deadletterqueue.html#cfn-serverless-function-deadletterqueue-type

Implements

CfnFunctionPropsMixin.IDeadLetterQueueProperty
Back to top Generated by DocFX