Show / Hide Table of Contents

Class CfnFunction.DestinationProperty

Inheritance
System.Object
CfnFunction.DestinationProperty
Implements
CfnFunction.IDestinationProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.AWS.SAM.dll
Syntax (csharp)
public class DestinationProperty : Object, CfnFunction.IDestinationProperty
Syntax (vb)
Public Class DestinationProperty
    Inherits Object
    Implements CfnFunction.IDestinationProperty
Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#destination-config-object

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.SAM;

var destinationProperty = new DestinationProperty {
    Destination = "destination",

    // the properties below are optional
    Type = "type"
};

Synopsis

Constructors

DestinationProperty()

Properties

Destination

CfnFunction.DestinationProperty.Destination.

Type

CfnFunction.DestinationProperty.Type.

Constructors

DestinationProperty()

public DestinationProperty()

Properties

Destination

CfnFunction.DestinationProperty.Destination.

public string Destination { get; set; }
Property Value

System.String

Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#destination-config-object

Type

CfnFunction.DestinationProperty.Type.

public string Type { get; set; }
Property Value

System.String

Remarks

Link: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#destination-config-object

Implements

CfnFunction.IDestinationProperty
Back to top Generated by DocFX