@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:35.876Z") @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.
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Action(ActionProperties actionProperties) |
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) |
protected abstract ActionConfig |
bound(Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) The method called when an Action is attached to a Pipeline.
|
ActionProperties |
getActionProperties() |
Rule |
onStateChange(String name) |
Rule |
onStateChange(String name,
IRuleTarget target) |
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options) |
protected String |
variableExpression(String variableName) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, 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.
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 © 2021. All rights reserved.