Class CfnFunction.DestinationConfigProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DestinationConfigProperty : Object, CfnFunction.IDestinationConfigProperty
Syntax (vb)
Public Class DestinationConfigProperty
Inherits Object
Implements CfnFunction.IDestinationConfigProperty
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 destinationConfigProperty = new DestinationConfigProperty {
OnFailure = new DestinationProperty {
Destination = "destination",
// the properties below are optional
Type = "type"
}
};
Synopsis
Constructors
Destination |
Properties
On |
Constructors
DestinationConfigProperty()
public DestinationConfigProperty()
Properties
OnFailure
public object OnFailure { get; set; }
Property Value
System.