Uses of Class
io.github.cdklabs.projen.awscdk.IntegrationTest.Builder
-
Packages that use IntegrationTest.Builder Package Description io.github.cdklabs.projen.awscdk -
-
Uses of IntegrationTest.Builder in io.github.cdklabs.projen.awscdk
Methods in io.github.cdklabs.projen.awscdk that return IntegrationTest.Builder Modifier and Type Method Description IntegrationTest.BuilderIntegrationTest.Builder. cdkDeps(AwsCdkDeps cdkDeps)(experimental) AWS CDK dependency manager.static IntegrationTest.BuilderIntegrationTest.Builder. create(Project project)IntegrationTest.BuilderIntegrationTest.Builder. destroyAfterDeploy(Boolean destroyAfterDeploy)(experimental) Destroy the test app after a successful deployment.IntegrationTest.BuilderIntegrationTest.Builder. entrypoint(String entrypoint)(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.IntegrationTest.BuilderIntegrationTest.Builder. name(String name)(experimental) Name of the integration test.IntegrationTest.BuilderIntegrationTest.Builder. pathMetadata(Boolean pathMetadata)(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.IntegrationTest.BuilderIntegrationTest.Builder. stacks(List<String> stacks)(experimental) A list of stacks within the integration test to deploy/destroy.IntegrationTest.BuilderIntegrationTest.Builder. tsconfigPath(String tsconfigPath)(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.
-