Interface MetadataEntry

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

    @Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)",
               date="2023-06-06T00:11:09.617Z")
    @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