@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-20T01:23:52.577Z") @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
|
protected String |
variableExpression(String variableName)
EXPERIMENTAL
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected Action(software.amazon.jsii.JsiiObjectRef objRef)
protected Action(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected Action(@NotNull
ActionProperties actionProperties)
actionProperties - This parameter is required.@Stability(value=Experimental) @NotNull public ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
@Stability(value=Experimental) @NotNull protected abstract ActionConfig bound(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
This method is guaranteed to be called only once for each Action instance.
EXPERIMENTAL
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) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
onStateChange in interface IActionname - This parameter is required.target - options - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
onStateChange in interface IActionname - This parameter is required.target - @Stability(value=Experimental) @NotNull public Rule onStateChange(@NotNull String name)
onStateChange in interface IActionname - This parameter is required.@Stability(value=Experimental) @NotNull protected String variableExpression(@NotNull String variableName)
variableName - This parameter is required.@Stability(value=Experimental) @NotNull public ActionProperties getActionProperties()
getActionProperties in interface IActionCopyright © 2020. All rights reserved.