@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.611Z") @Stability(value=Experimental) public interface IntegrationTestOptions extends software.amazon.jsii.JsiiSerializable, IntegrationTestCommonOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntegrationTestOptions.Builder
A builder for
IntegrationTestOptions |
static class |
IntegrationTestOptions.Jsii$Proxy
An implementation for
IntegrationTestOptions |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationTestOptions.Builder |
builder() |
AwsCdkDeps |
getCdkDeps()
(experimental) AWS CDK dependency manager.
|
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.
|
getDestroyAfterDeploy@Stability(value=Experimental) @NotNull AwsCdkDeps getCdkDeps()
@Stability(value=Experimental) @NotNull String getEntrypoint()
This 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"
@Stability(value=Experimental) @NotNull String getTsconfigPath()
@Stability(value=Experimental) static IntegrationTestOptions.Builder builder()
builder in interface IntegrationTestCommonOptionsIntegrationTestOptions.Builder of IntegrationTestOptionsCopyright © 2021. All rights reserved.