@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-20T15:25:29.320Z") public interface EventbridgeToStepfunctionsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventbridgeToStepfunctionsProps.Builder
A builder for
EventbridgeToStepfunctionsProps |
static class |
EventbridgeToStepfunctionsProps.Jsii$Proxy
An implementation for
EventbridgeToStepfunctionsProps |
| Modifier and Type | Method and Description |
|---|---|
static EventbridgeToStepfunctionsProps.Builder |
builder() |
default Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
default software.amazon.awscdk.services.events.EventBusProps |
getEventBusProps()
A new custom EventBus is created with provided props.
|
software.amazon.awscdk.services.events.RuleProps |
getEventRuleProps()
User provided eventRuleProps to override the defaults.
|
default software.amazon.awscdk.services.events.IEventBus |
getExistingEventBusInterface()
Existing instance of a custom EventBus.
|
default software.amazon.awscdk.services.logs.LogGroupProps |
getLogGroupProps()
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
software.amazon.awscdk.services.stepfunctions.StateMachineProps |
getStateMachineProps()
User provided StateMachineProps to override the defaults.
|
@NotNull software.amazon.awscdk.services.events.RuleProps getEventRuleProps()
Default: - None
@NotNull software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()
Default: - None
@Nullable default Boolean getCreateCloudWatchAlarms()
Default: - Alarms are created
@Nullable default software.amazon.awscdk.services.events.EventBusProps getEventBusProps()
Default: - None
@Nullable default software.amazon.awscdk.services.events.IEventBus getExistingEventBusInterface()
Default: - None
@Nullable default software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()
Default: - Default props are used
static EventbridgeToStepfunctionsProps.Builder builder()
Copyright © 2022. All rights reserved.