public static final class EventbridgeToStepfunctions.Builder extends Object implements software.amazon.jsii.Builder<EventbridgeToStepfunctions>
EventbridgeToStepfunctions.| Modifier and Type | Method and Description |
|---|---|
EventbridgeToStepfunctions |
build() |
static EventbridgeToStepfunctions.Builder |
create(software.constructs.Construct scope,
String id) |
EventbridgeToStepfunctions.Builder |
createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Whether to create recommended CloudWatch alarms.
|
EventbridgeToStepfunctions.Builder |
eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
A new custom EventBus is created with provided props.
|
EventbridgeToStepfunctions.Builder |
eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
User provided eventRuleProps to override the defaults.
|
EventbridgeToStepfunctions.Builder |
existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
Existing instance of a custom EventBus.
|
EventbridgeToStepfunctions.Builder |
logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
EventbridgeToStepfunctions.Builder |
stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.
|
public static EventbridgeToStepfunctions.Builder create(software.constructs.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.EventbridgeToStepfunctions.Builder.public EventbridgeToStepfunctions.Builder eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
Default: - None
eventRuleProps - User provided eventRuleProps to override the defaults. This parameter is required.thispublic EventbridgeToStepfunctions.Builder stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
Default: - None
stateMachineProps - User provided StateMachineProps to override the defaults. This parameter is required.thispublic EventbridgeToStepfunctions.Builder createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Default: - Alarms are created
createCloudWatchAlarms - Whether to create recommended CloudWatch alarms. This parameter is required.thispublic EventbridgeToStepfunctions.Builder eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
Default: - None
eventBusProps - A new custom EventBus is created with provided props. This parameter is required.thispublic EventbridgeToStepfunctions.Builder existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
Default: - None
existingEventBusInterface - Existing instance of a custom EventBus. This parameter is required.thispublic EventbridgeToStepfunctions.Builder logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
Default: - Default props are used
logGroupProps - User provided props to override the default props for the CloudWatchLogs LogGroup. This parameter is required.thispublic EventbridgeToStepfunctions build()
build in interface software.amazon.jsii.Builder<EventbridgeToStepfunctions>Copyright © 2022. All rights reserved.