Package io.github.cdklabs.projen.awscdk
Class IntegrationTestCommonOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.awscdk.IntegrationTestCommonOptions.Jsii$Proxy
-
- All Implemented Interfaces:
IntegrationTestCommonOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IntegrationTestCommonOptions
@Stability(Experimental) @Internal public static final class IntegrationTestCommonOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationTestCommonOptions
An implementation forIntegrationTestCommonOptions
-
-
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.IntegrationTestCommonOptions
IntegrationTestCommonOptions.Builder, IntegrationTestCommonOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IntegrationTestCommonOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationTestCommonOptions.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)BooleangetDestroyAfterDeploy()(experimental) Destroy the test app after a successful deployment.BooleangetPathMetadata()(experimental) Enables path metadata, addingaws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.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(IntegrationTestCommonOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theIntegrationTestCommonOptions.Builder.
-
-
Method Detail
-
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
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-