@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.611Z") @Stability(value=Experimental) public interface IntegrationTestCommonOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntegrationTestCommonOptions.Builder
A builder for
IntegrationTestCommonOptions |
static class |
IntegrationTestCommonOptions.Jsii$Proxy
An implementation for
IntegrationTestCommonOptions |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationTestCommonOptions.Builder |
builder() |
default Boolean |
getDestroyAfterDeploy()
(experimental) Destroy the test app after a successful deployment.
|
@Stability(value=Experimental) @Nullable default Boolean getDestroyAfterDeploy()
If disabled, leaves the app deployed in the dev account.
Default: true
@Stability(value=Experimental) static IntegrationTestCommonOptions.Builder builder()
Copyright © 2021. All rights reserved.