@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-11T12:53:02.488Z") @Stability(value=Stable) public interface IAction extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ActionConfig |
bind(Construct scope,
IStage stage,
ActionBindOptions options) |
ActionProperties |
getActionProperties() |
Rule |
onStateChange(String name) |
Rule |
onStateChange(String name,
IRuleTarget target) |
Rule |
onStateChange(String name,
IRuleTarget target,
RuleProps options) |
@Stability(value=Stable) @NotNull ActionProperties getActionProperties()
@Stability(value=Stable) @NotNull ActionConfig bind(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
scope - This parameter is required.stage - This parameter is required.options - This parameter is required.@Stability(value=Stable) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target, @Nullable RuleProps options)
name - This parameter is required.target - options - @Stability(value=Stable) @NotNull Rule onStateChange(@NotNull String name, @Nullable IRuleTarget target)
name - This parameter is required.target - Copyright © 2020. All rights reserved.