@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-09-03T17:04:05.320Z") @Stability(value=Experimental) public class ContextProvider extends software.amazon.jsii.JsiiObject
Instances of this class communicate with context provider plugins in the 'cdk toolkit' via context variables (input), outputting specialized queries for more context variables (output).
ContextProvider needs access to a Construct to hook into the context mechanism.
EXPERIMENTAL
| Modifier | Constructor and Description |
|---|---|
protected |
ContextProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ContextProvider(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static GetContextKeyResult |
getKey(Construct scope,
GetContextKeyOptions options)
EXPERIMENTAL
|
static GetContextValueResult |
getValue(Construct scope,
GetContextValueOptions options)
EXPERIMENTAL
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected ContextProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected ContextProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static GetContextKeyResult getKey(@NotNull Construct scope, @NotNull GetContextKeyOptions options)
scope - This parameter is required.options - This parameter is required.@Stability(value=Experimental) @NotNull public static GetContextValueResult getValue(@NotNull Construct scope, @NotNull GetContextValueOptions options)
scope - This parameter is required.options - This parameter is required.Copyright © 2020. All rights reserved.