Package io.github.cdklabs.projen.awscdk
Class IntegrationTestOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.IntegrationTestOptions.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationTestCommonOptions,IntegrationTestOptions,IntegrationTestBaseOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationTestOptions
@Stability(Experimental) @Internal public static final class IntegrationTestOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationTestOptions
An implementation forIntegrationTestOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.awscdk.IntegrationTestOptions
IntegrationTestOptions.Builder, IntegrationTestOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationTestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationTestOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)AwsCdkDepsgetCdkDeps()(experimental) AWS CDK dependency manager.BooleangetDestroyAfterDeploy()(experimental) Destroy the test app after a successful deployment.StringgetEntrypoint()(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.StringgetName()(experimental) Name of the integration test.BooleangetPathMetadata()(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.List<String>getStacks()(experimental) A list of stacks within the integration test to deploy/destroy.StringgetTsconfigPath()(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IntegrationTestOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationTestOptions.Builder.
-
-
Method Detail
-
getCdkDeps
public final AwsCdkDeps getCdkDeps()
Description copied from interface:IntegrationTestOptions(experimental) AWS CDK dependency manager.- Specified by:
getCdkDepsin interfaceIntegrationTestOptions
-
getStacks
public final List<String> getStacks()
Description copied from interface:IntegrationTestOptions(experimental) A list of stacks within the integration test to deploy/destroy.Default: ["**"]
- Specified by:
getStacksin interfaceIntegrationTestOptions
-
getDestroyAfterDeploy
public final Boolean getDestroyAfterDeploy()
Description copied from interface:IntegrationTestCommonOptions(experimental) Destroy the test app after a successful deployment.If disabled, leaves the app deployed in the dev account.
Default: true
- Specified by:
getDestroyAfterDeployin interfaceIntegrationTestCommonOptions
-
getPathMetadata
public final Boolean getPathMetadata()
Description copied from interface:IntegrationTestCommonOptions(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.Default: false
- Specified by:
getPathMetadatain interfaceIntegrationTestCommonOptions
-
getEntrypoint
public final String getEntrypoint()
Description copied from interface:IntegrationTestBaseOptions(experimental) A path from the project root directory to a TypeScript file which contains the integration test app.This is relative to the root directory of the project.
Example:
"test/subdir/foo.integ.ts"
- Specified by:
getEntrypointin interfaceIntegrationTestBaseOptions
-
getTsconfigPath
public final String getTsconfigPath()
Description copied from interface:IntegrationTestBaseOptions(experimental) The path of the tsconfig.json file to use when running integration test cdk apps.- Specified by:
getTsconfigPathin interfaceIntegrationTestBaseOptions
-
getName
public final String getName()
Description copied from interface:IntegrationTestBaseOptions(experimental) Name of the integration test.Default: - Derived from the entrypoint filename.
- Specified by:
getNamein interfaceIntegrationTestBaseOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-