@Stability(value=Experimental) @Internal public static final class IntegrationTestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationTestOptions
IntegrationTestOptionssoftware.amazon.jsii.JsiiObject.InitializationModeIntegrationTestOptions.Builder, IntegrationTestOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IntegrationTestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IntegrationTestOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
AwsCdkDeps |
getCdkDeps()
(experimental) AWS CDK dependency manager.
|
Boolean |
getDestroyAfterDeploy()
(experimental) Destroy the test app after a successful deployment.
|
String |
getEntrypoint()
(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.
|
String |
getTsconfigPath()
(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IntegrationTestOptions.Builder builder)
IntegrationTestOptions.Builder.public final AwsCdkDeps getCdkDeps()
IntegrationTestOptionsgetCdkDeps in interface IntegrationTestOptionspublic final String getEntrypoint()
IntegrationTestOptionsThis is relative to the root directory of the project.
Example:
// Example automatically generated from non-compiling source. May contain errors. "test/subdir/foo.integ.ts"
getEntrypoint in interface IntegrationTestOptionspublic final String getTsconfigPath()
IntegrationTestOptionsgetTsconfigPath in interface IntegrationTestOptionspublic final Boolean getDestroyAfterDeploy()
IntegrationTestCommonOptionsIf disabled, leaves the app deployed in the dev account.
Default: true
getDestroyAfterDeploy in interface IntegrationTestCommonOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.