Class EventbridgeToStepfunctionsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.eventbridgestepfunctions.EventbridgeToStepfunctionsProps.Jsii$Proxy
- All Implemented Interfaces:
EventbridgeToStepfunctionsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventbridgeToStepfunctionsProps
@Internal
public static final class EventbridgeToStepfunctionsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventbridgeToStepfunctionsProps
An implementation for
EventbridgeToStepfunctionsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.eventbridgestepfunctions.EventbridgeToStepfunctionsProps
EventbridgeToStepfunctionsProps.Builder, EventbridgeToStepfunctionsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEventbridgeToStepfunctionsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether to create recommended CloudWatch alarms.final software.amazon.awscdk.services.events.EventBusPropsA new custom EventBus is created with provided props.final software.amazon.awscdk.services.events.RulePropsUser provided eventRuleProps to override the defaults.final software.amazon.awscdk.services.events.IEventBusExisting instance of a custom EventBus.final software.amazon.awscdk.services.logs.LogGroupPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.final software.amazon.awscdk.services.stepfunctions.StateMachinePropsUser provided StateMachineProps to override the defaults.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEventbridgeToStepfunctionsProps.Builder.
-
-
Method Details
-
getEventRuleProps
public final software.amazon.awscdk.services.events.RuleProps getEventRuleProps()Description copied from interface:EventbridgeToStepfunctionsPropsUser provided eventRuleProps to override the defaults.Default: - None
- Specified by:
getEventRulePropsin interfaceEventbridgeToStepfunctionsProps
-
getStateMachineProps
public final software.amazon.awscdk.services.stepfunctions.StateMachineProps getStateMachineProps()Description copied from interface:EventbridgeToStepfunctionsPropsUser provided StateMachineProps to override the defaults.Default: - None
- Specified by:
getStateMachinePropsin interfaceEventbridgeToStepfunctionsProps
-
getCreateCloudWatchAlarms
Description copied from interface:EventbridgeToStepfunctionsPropsWhether to create recommended CloudWatch alarms.Default: - Alarms are created
- Specified by:
getCreateCloudWatchAlarmsin interfaceEventbridgeToStepfunctionsProps
-
getEventBusProps
public final software.amazon.awscdk.services.events.EventBusProps getEventBusProps()Description copied from interface:EventbridgeToStepfunctionsPropsA new custom EventBus is created with provided props.Default: - None
- Specified by:
getEventBusPropsin interfaceEventbridgeToStepfunctionsProps
-
getExistingEventBusInterface
public final software.amazon.awscdk.services.events.IEventBus getExistingEventBusInterface()Description copied from interface:EventbridgeToStepfunctionsPropsExisting instance of a custom EventBus.Default: - None
- Specified by:
getExistingEventBusInterfacein interfaceEventbridgeToStepfunctionsProps
-
getLogGroupProps
public final software.amazon.awscdk.services.logs.LogGroupProps getLogGroupProps()Description copied from interface:EventbridgeToStepfunctionsPropsUser provided props to override the default props for the CloudWatchLogs LogGroup.Default: - Default props are used
- Specified by:
getLogGroupPropsin interfaceEventbridgeToStepfunctionsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-