Class CfnFunction.DestinationProperty
Inheritance
System.Object
CfnFunction.DestinationProperty
Implements
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
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 |
|
Type |
|
Constructors
DestinationProperty()
public DestinationProperty()
Properties
Destination
CfnFunction.DestinationProperty.Destination
.
public string Destination { get; set; }
Property Value
System.String
Remarks
Type
CfnFunction.DestinationProperty.Type
.
public string Type { get; set; }
Property Value
System.String