@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.035Z") @Stability(value=Experimental) public class EnvironmentPlaceholders extends software.amazon.jsii.JsiiObject
These can occur both in the Asset Manifest as well as the general Cloud Assembly manifest.
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_ACCOUNT
(experimental) Insert this into the destination fields to be replaced with the current account.
|
static String |
CURRENT_PARTITION
(experimental) Insert this into the destination fields to be replaced with the current partition.
|
static String |
CURRENT_REGION
(experimental) Insert this into the destination fields to be replaced with the current region.
|
| Modifier | Constructor and Description |
|---|---|
|
EnvironmentPlaceholders() |
protected |
EnvironmentPlaceholders(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EnvironmentPlaceholders(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
replace(Object object,
EnvironmentPlaceholderValues values)
(experimental) Replace the environment placeholders in all strings found in a complex object.
|
static Object |
replaceAsync(Object object,
IEnvironmentPlaceholderProvider provider)
(experimental) Like 'replace', but asynchronous.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final String CURRENT_ACCOUNT
@Stability(value=Experimental) public static final String CURRENT_PARTITION
@Stability(value=Experimental) public static final String CURRENT_REGION
protected EnvironmentPlaceholders(software.amazon.jsii.JsiiObjectRef objRef)
protected EnvironmentPlaceholders(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public EnvironmentPlaceholders()
@Stability(value=Experimental) @NotNull public static Object replace(@NotNull Object object, @NotNull EnvironmentPlaceholderValues values)
Duplicated between cdk-assets and aws-cdk CLI because we don't have a good single place to put it (they're nominally independent tools).
object - This parameter is required.values - This parameter is required.@Stability(value=Experimental) @NotNull public static Object replaceAsync(@NotNull Object object, @NotNull IEnvironmentPlaceholderProvider provider)
object - This parameter is required.provider - This parameter is required.Copyright © 2021. All rights reserved.