Interface CfnStateMachine.CloudWatchEventEventProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachine.CloudWatchEventEventProperty.Jsii$Proxy
- Enclosing class:
- CfnStateMachine
@Stability(Stable)
public static interface CfnStateMachine.CloudWatchEventEventProperty
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.services.sam.*; Object pattern; CloudWatchEventEventProperty cloudWatchEventEventProperty = CloudWatchEventEventProperty.builder() .pattern(pattern) // the properties below are optional .eventBusName("eventBusName") .input("input") .inputPath("inputPath") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStateMachine.CloudWatchEventEventProperty
static final class
An implementation forCfnStateMachine.CloudWatchEventEventProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
CfnStateMachine.CloudWatchEventEventProperty.EventBusName
.default String
getInput()
CfnStateMachine.CloudWatchEventEventProperty.Input
.default String
CfnStateMachine.CloudWatchEventEventProperty.InputPath
.CfnStateMachine.CloudWatchEventEventProperty.Pattern
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPattern
CfnStateMachine.CloudWatchEventEventProperty.Pattern
. -
getEventBusName
CfnStateMachine.CloudWatchEventEventProperty.EventBusName
. -
getInput
CfnStateMachine.CloudWatchEventEventProperty.Input
. -
getInputPath
CfnStateMachine.CloudWatchEventEventProperty.InputPath
. -
builder
-