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: