Interface SnapshotOptions

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

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.804Z")
    @Stability(Experimental)
    public interface SnapshotOptions
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Options for the Snapshot synthesis.
    • Method Detail

      • getParseJson

        @Stability(Experimental)
        @Nullable
        default Boolean getParseJson()
        (experimental) Parse .json files as a JS object for improved inspection. This will fail if the contents are invalid JSON.

        Default: true parse .json files into an object