@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-05-20T07:23:10.104Z") @Stability(value=Experimental) public class Testing extends software.amazon.jsii.JsiiObject
Modifier | Constructor and Description |
---|---|
protected |
Testing(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Testing(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
static App |
app()
(experimental) Returns an app for testing with the following properties: - Output directory is a temp dir.
|
static App |
app(TestingAppOptions options)
(experimental) Returns an app for testing with the following properties: - Output directory is a temp dir.
|
static App |
enableFutureFlags(App app) |
static App |
fakeCdktfJsonPath(App app) |
static String |
fullSynth(TerraformStack stack) |
static String |
renderConstructTree(software.constructs.IConstruct construct) |
static void |
setupJest() |
static App |
stubVersion(App app) |
static String |
synth(TerraformStack stack)
(experimental) Returns the Terraform synthesized JSON.
|
static String |
synthScope(IScopeCallback fn) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Testing(software.amazon.jsii.JsiiObjectRef objRef)
protected Testing(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static App app(@Nullable TestingAppOptions options)
options
- @Stability(value=Experimental) @NotNull public static App app()
@Stability(value=Experimental) @NotNull public static App enableFutureFlags(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static App fakeCdktfJsonPath(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static String fullSynth(@NotNull TerraformStack stack)
stack
- This parameter is required.@Stability(value=Experimental) @NotNull public static String renderConstructTree(@NotNull software.constructs.IConstruct construct)
construct
- This parameter is required.@Stability(value=Experimental) public static void setupJest()
@Stability(value=Experimental) @NotNull public static App stubVersion(@NotNull App app)
app
- This parameter is required.@Stability(value=Experimental) @NotNull public static String synth(@NotNull TerraformStack stack)
stack
- This parameter is required.@Stability(value=Experimental) @NotNull public static String synthScope(@NotNull IScopeCallback fn)
fn
- This parameter is required.Copyright © 2022. All rights reserved.