@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:32.467Z") @Stability(value=Stable) public class EcrSourceAction extends Action
Will trigger the pipeline as soon as the target tag in the repository changes, but only if there is a CloudTrail Trail in the account that captures the ECR event.
| Modifier and Type | Class and Description |
|---|---|
static class |
EcrSourceAction.Builder
A fluent builder for
EcrSourceAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
EcrSourceAction(EcrSourceActionProps props) |
protected |
EcrSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcrSourceAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionConfig |
bound(Construct _scope,
IStage stage,
ActionBindOptions options)
The method called when an Action is attached to a Pipeline.
|
EcrSourceVariables |
getVariables()
The variables emitted by this action.
|
bind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcrSourceAction(software.amazon.jsii.JsiiObjectRef objRef)
protected EcrSourceAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public EcrSourceAction(@NotNull
EcrSourceActionProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull protected ActionConfig bound(@NotNull Construct _scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
This method is guaranteed to be called only once for each Action instance.
@Stability(value=Stable) @NotNull public EcrSourceVariables getVariables()
Copyright © 2020. All rights reserved.