@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.720Z") @Stability(value=Experimental) 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
(experimental) 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=Experimental) public static final String EXECUTION_ID
Copyright © 2022. All rights reserved.