Class CfnStateMachinePropsMixin.ApiEventProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStateMachinePropsMixin.ApiEventProperty : CfnStateMachinePropsMixin.IApiEventProperty
Syntax (vb)
Public Class CfnStateMachinePropsMixin.ApiEventProperty Implements CfnStateMachinePropsMixin.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.Mixins.Preview.AWS.SAM.Mixins;
var apiEventProperty = new ApiEventProperty {
Method = "method",
Path = "path",
RestApiId = "restApiId"
};
Synopsis
Constructors
| ApiEventProperty() |
Properties
| Method | |
| Path | |
| RestApiId |
Constructors
ApiEventProperty()
public ApiEventProperty()
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.Mixins.Preview.AWS.SAM.Mixins;
var apiEventProperty = new ApiEventProperty {
Method = "method",
Path = "path",
RestApiId = "restApiId"
};
Properties
Method
public string? Method { get; set; }
Property Value
Remarks
Path
public string? Path { get; set; }
Property Value
Remarks
RestApiId
public string? RestApiId { get; set; }