@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.256Z") @Stability(value=Experimental) public class SfnStateMachine extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
SfnStateMachine.Builder
(experimental) A fluent builder for
SfnStateMachine. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SfnStateMachine(IStateMachine machine) |
|
SfnStateMachine(IStateMachine machine,
SfnStateMachineProps props) |
protected |
SfnStateMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SfnStateMachine(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule _rule)
(experimental) Returns a properties that are used in an Rule to trigger this State Machine.
|
RuleTargetConfig |
bind(IRule _rule,
String _id)
(experimental) Returns a properties that are used in an Rule to trigger this State Machine.
|
IStateMachine |
getMachine() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SfnStateMachine(software.amazon.jsii.JsiiObjectRef objRef)
protected SfnStateMachine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SfnStateMachine(@NotNull
IStateMachine machine,
@Nullable
SfnStateMachineProps props)
machine - This parameter is required.props - @Stability(value=Experimental)
public SfnStateMachine(@NotNull
IStateMachine machine)
machine - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule, @Nullable String _id)
bind in interface IRuleTarget_rule - This parameter is required._id - https://docs.aws.amazon.com/eventbridge/latest/userguide/resource-based-policies-eventbridge.html#sns-permissions@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule)
bind in interface IRuleTarget_rule - This parameter is required.https://docs.aws.amazon.com/eventbridge/latest/userguide/resource-based-policies-eventbridge.html#sns-permissions@Stability(value=Experimental) @NotNull public IStateMachine getMachine()
Copyright © 2021. All rights reserved.