@Stability(value=Stable)
public static interface CfnStateMachine.CloudWatchEventEventProperty
extends software.amazon.jsii.JsiiSerializable
// 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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.CloudWatchEventEventProperty.Builder
A builder for
CfnStateMachine.CloudWatchEventEventProperty |
static class |
CfnStateMachine.CloudWatchEventEventProperty.Jsii$Proxy
An implementation for
CfnStateMachine.CloudWatchEventEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.CloudWatchEventEventProperty.Builder |
builder() |
default String |
getEventBusName()
`CfnStateMachine.CloudWatchEventEventProperty.EventBusName`.
|
default String |
getInput()
`CfnStateMachine.CloudWatchEventEventProperty.Input`.
|
default String |
getInputPath()
`CfnStateMachine.CloudWatchEventEventProperty.InputPath`.
|
Object |
getPattern()
`CfnStateMachine.CloudWatchEventEventProperty.Pattern`.
|
@Stability(value=Stable) @NotNull Object getPattern()
@Stability(value=Stable) @Nullable default String getEventBusName()
@Stability(value=Stable) @Nullable default String getInput()
@Stability(value=Stable) @Nullable default String getInputPath()
@Stability(value=Stable) static CfnStateMachine.CloudWatchEventEventProperty.Builder builder()
Copyright © 2022. All rights reserved.