Interface MetadataEntry

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-07-02T00:10:43.059Z")
    @Stability(Stable)
    public interface MetadataEntry
    extends software.amazon.jsii.JsiiSerializable
    An entry in the construct metadata table.
    • Method Detail

      • getData

        @Stability(Stable)
        @NotNull
        Object getData()
        The data.
      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        The metadata entry type.
      • getTrace

        @Stability(Stable)
        @Nullable
        default List<String> getTrace()
        Stack trace at the point of adding the metadata.

        Only available if addMetadata() is called with stackTrace: true.

        Default: - no trace information