Interface IntegManifest

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    IntegManifest.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
               date="2025-11-06T20:25:05.790Z")
    @Stability(Stable)
    public interface IntegManifest
    extends software.amazon.jsii.JsiiSerializable
    Definitions for the integration testing manifest.
    • Method Detail

      • getTestCases

        @Stability(Stable)
        @NotNull
        Map<String,​TestCase> getTestCases()
        test cases.
      • getVersion

        @Stability(Stable)
        @NotNull
        String getVersion()
        Version of the manifest.
      • getEnableLookups

        @Stability(Stable)
        @Nullable
        default Boolean getEnableLookups()
        Enable lookups for this test.

        If lookups are enabled then stackUpdateWorkflow must be set to false. Lookups should only be enabled when you are explicitly testing lookups.

        Default: false

      • getSynthContext

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getSynthContext()
        Additional context to use when performing a synth.

        Any context provided here will override any default context

        Default: - no additional context