Show / Hide Table of Contents

Class DestinationOptions

Options when binding a destination to a function.

Inheritance
System.Object
DestinationOptions
Implements
IDestinationOptions
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public class DestinationOptions : Object, IDestinationOptions
Syntax (vb)
Public Class DestinationOptions
    Inherits Object
    Implements IDestinationOptions
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.AWS.Lambda;

var destinationOptions = new DestinationOptions {
    Type = DestinationType.FAILURE
};

Synopsis

Constructors

DestinationOptions()

Properties

Type

The destination type.

Constructors

DestinationOptions()

public DestinationOptions()

Properties

Type

The destination type.

public DestinationType Type { get; set; }
Property Value

DestinationType

Implements

IDestinationOptions
Back to top Generated by DocFX