@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.778Z") @Stability(value=Experimental) public abstract class Action extends software.amazon.jsii.JsiiObject implements IAction
WARNING: this class should not be externally exposed, but is currently visible because of a limitation of jsii (https://github.com/aws/jsii/issues/524).
This class will disappear in a future release and should not be used.
EXPERIMENTAL| Modifier | Constructor and Description |
|---|---|
protected |
Action(ActionProperties actionProperties)
EXPERIMENTAL
|
protected |
Action(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Action(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options)
EXPERIMENTAL
|
protected abstract ActionConfig |
bound(Construct scope,
IStage stage,
ActionBindOptions options)
The method called when an Action is attached to a Pipeline.
|
ActionProperties |
getActionProperties()
EXPERIMENTAL
|
Rule |
onStateChange(String name)
EXPERIMENTAL
|
Rule |
onStateChange(String name,
IRuleTarget target)
EXPERIMENTAL
|
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options)
EXPERIMENTAL
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Action(software.amazon.jsii.JsiiObjectRef objRef)
protected Action(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected Action(ActionProperties actionProperties)
actionProperties - This parameter is required.@Stability(value=Experimental) public ActionConfig bind(Construct scope, IStage stage, ActionBindOptions options)
@Stability(value=Experimental) protected abstract ActionConfig bound(Construct scope, IStage stage, ActionBindOptions options)
scope - This parameter is required.stage - This parameter is required.options - an instance of the ActionBindOptions class, that contains the necessary information for the Action to configure itself, like a reference to the Role, etc. This parameter is required.@Stability(value=Experimental) public Rule onStateChange(String name, IRuleTarget target, RuleProps options)
onStateChange in interface IActionname - This parameter is required.target - options - @Stability(value=Experimental) public Rule onStateChange(String name, IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Experimental) public Rule onStateChange(String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Experimental) public ActionProperties getActionProperties()
getActionProperties in interface IActionCopyright © 2019. All rights reserved.