@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-14T20:30:48.392Z") @Stability(value=Stable) 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 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) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String EXECUTION_ID
Copyright © 2022. All rights reserved.