Interface CfnStateMachine.IApiEventProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApiEventProperty
Syntax (vb)
Public Interface IApiEventProperty
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 apiEventProperty = new ApiEventProperty {
Method = "method",
Path = "path",
// the properties below are optional
RestApiId = "restApiId"
};
Synopsis
Properties
Method | |
Path | |
Rest |
Properties
Method
string Method { get; }
Property Value
System.
Remarks
Path
string Path { get; }
Property Value
System.
Remarks
RestApiId
virtual string RestApiId { get; }
Property Value
System.