Interface IntegrationTestCommonOptions

    • 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, adding aws:cdk:path, with the defining construct's path, to the CloudFormation metadata for each synthesized resource.

        Default: false