@Stability(value=Stable)
public static interface CfnStateMachine.EventSourceProperty
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.*;
EventSourceProperty eventSourceProperty = EventSourceProperty.builder()
.properties(CloudWatchEventEventProperty.builder()
.method("method")
.path("path")
// the properties below are optional
.restApiId("restApiId")
.build())
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.EventSourceProperty.Builder
A builder for
CfnStateMachine.EventSourceProperty |
static class |
CfnStateMachine.EventSourceProperty.Jsii$Proxy
An implementation for
CfnStateMachine.EventSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.EventSourceProperty.Builder |
builder() |
Object |
getProperties()
`CfnStateMachine.EventSourceProperty.Properties`.
|
String |
getType()
`CfnStateMachine.EventSourceProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getProperties()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnStateMachine.EventSourceProperty.Builder builder()
Copyright © 2023. All rights reserved.