Package io.github.cdklabs.projen.awscdk
Interface IntegrationTestCommonOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IntegrationTestOptions
- All Known Implementing Classes:
IntegrationTestCommonOptions.Jsii$Proxy,IntegrationTestOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.943Z") @Stability(Experimental) public interface IntegrationTestCommonOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationTestCommonOptions.BuilderA builder forIntegrationTestCommonOptionsstatic classIntegrationTestCommonOptions.Jsii$ProxyAn implementation forIntegrationTestCommonOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationTestCommonOptions.Builderbuilder()default BooleangetDestroyAfterDeploy()(experimental) Destroy the test app after a successful deployment.default BooleangetPathMetadata()(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.
-
-
-
Method Detail
-
getDestroyAfterDeploy
@Stability(Experimental) @Nullable default Boolean getDestroyAfterDeploy()
(experimental) Destroy the test app after a successful deployment.If disabled, leaves the app deployed in the dev account.
Default: true
-
getPathMetadata
@Stability(Experimental) @Nullable default Boolean getPathMetadata()
(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.Default: false
-
builder
@Stability(Experimental) static IntegrationTestCommonOptions.Builder builder()
-
-