@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.606Z") @Stability(value=Experimental) public interface CommonActionProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CommonActionProps.Builder
A builder for
CommonActionProps |
static class |
CommonActionProps.Jsii$Proxy
An implementation for
CommonActionProps |
Modifier and Type | Method and Description |
---|---|
static CommonActionProps.Builder |
builder() |
String |
getActionName()
(experimental) The physical, human-readable name of the Action.
|
default Number |
getRunOrder()
(experimental) The runOrder property for this Action.
|
default String |
getVariablesNamespace()
(experimental) The name of the namespace to use for variables emitted by this action.
|
@Stability(value=Experimental) @NotNull String getActionName()
Note that Action names must be unique within a single Stage.
@Stability(value=Experimental) @Nullable default Number getRunOrder()
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html
@Stability(value=Experimental) @Nullable default String getVariablesNamespace()
Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
@Stability(value=Experimental) static CommonActionProps.Builder builder()
CommonActionProps.Builder
of CommonActionProps
Copyright © 2021. All rights reserved.