Package io.github.cdklabs.projen.awscdk
Interface IntegrationTestOptions
-
- All Superinterfaces:
IntegrationTestBaseOptions,IntegrationTestCommonOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationTestOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.943Z") @Stability(Experimental) public interface IntegrationTestOptions extends software.amazon.jsii.JsiiSerializable, IntegrationTestCommonOptions, IntegrationTestBaseOptions
(experimental) Options forIntegrationTest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationTestOptions.BuilderA builder forIntegrationTestOptionsstatic classIntegrationTestOptions.Jsii$ProxyAn implementation forIntegrationTestOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IntegrationTestOptions.Builderbuilder()AwsCdkDepsgetCdkDeps()(experimental) AWS CDK dependency manager.default List<String>getStacks()(experimental) A list of stacks within the integration test to deploy/destroy.-
Methods inherited from interface io.github.cdklabs.projen.cdk.IntegrationTestBaseOptions
getEntrypoint, getName, getTsconfigPath
-
Methods inherited from interface io.github.cdklabs.projen.awscdk.IntegrationTestCommonOptions
getDestroyAfterDeploy, getPathMetadata
-
-
-
-
Method Detail
-
getCdkDeps
@Stability(Experimental) @NotNull AwsCdkDeps getCdkDeps()
(experimental) AWS CDK dependency manager.
-
getStacks
@Stability(Experimental) @Nullable default List<String> getStacks()
(experimental) A list of stacks within the integration test to deploy/destroy.Default: ["**"]
-
builder
@Stability(Experimental) static IntegrationTestOptions.Builder builder()
- Returns:
- a
IntegrationTestOptions.BuilderofIntegrationTestOptions
-
-