Interface CfnStateMachinePropsMixin.CloudWatchEventEventProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachinePropsMixin.CloudWatchEventEventProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachinePropsMixin
@Stability(Stable)
public static interface CfnStateMachinePropsMixin.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.cfnpropertymixins.services.sam.*;
Object pattern;
CloudWatchEventEventProperty cloudWatchEventEventProperty = CloudWatchEventEventProperty.builder()
.eventBusName("eventBusName")
.input("input")
.inputPath("inputPath")
.pattern(pattern)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachinePropsMixin.CloudWatchEventEventPropertystatic final classAn implementation forCfnStateMachinePropsMixin.CloudWatchEventEventProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventBusName
- See Also:
-
getInput
- See Also:
-
getInputPath
- See Also:
-
getPattern
- See Also:
-
builder
-