@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:54.364Z")
public class GlobalVariables
extends software.amazon.jsii.JsiiObject
This class defines a bunch of static fields that represent the different variables. These can be used can be used in any action configuration.
Example:
// OtherAction is some action type that produces variables, like EcrSourceAction // OtherAction is some action type that produces variables, like EcrSourceAction new OtherAction(new OtherActionProps() // ... .config(GlobalVariables.executionId) .actionName("otherAction") );
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXECUTION_ID
The identifier of the current pipeline execution.
|
Modifier | Constructor and Description |
---|---|
|
GlobalVariables() |
protected |
GlobalVariables(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GlobalVariables(software.amazon.jsii.JsiiObjectRef objRef) |