Interface CfnStateMachinePropsMixin.ApiEventProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachinePropsMixin.ApiEventProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachinePropsMixin
@Stability(Stable)
public static interface CfnStateMachinePropsMixin.ApiEventProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sam.*;
ApiEventProperty apiEventProperty = ApiEventProperty.builder()
.method("method")
.path("path")
.restApiId("restApiId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachinePropsMixin.ApiEventPropertystatic final classAn implementation forCfnStateMachinePropsMixin.ApiEventProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMethod
- See Also:
-
getPath
- See Also:
-
getRestApiId
- See Also:
-
builder
-