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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachine.CloudWatchEventEventPropertystatic final classAn implementation forCfnStateMachine.CloudWatchEventEventProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringCfnStateMachine.CloudWatchEventEventProperty.EventBusName.default StringgetInput()CfnStateMachine.CloudWatchEventEventProperty.Input.default StringCfnStateMachine.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
-