Interface MetadataEntry

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

    @Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
               date="2025-07-07T12:26:30.869Z")
    @Stability(Stable)
    public interface MetadataEntry
    extends software.amazon.jsii.JsiiSerializable
    A metadata entry in a cloud assembly artifact.
    • Method Detail

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        The type of the metadata entry.
      • getData

        @Stability(Stable)
        @Nullable
        default Object getData()
        The data.

        Default: - no data.

      • getTrace

        @Stability(Stable)
        @Nullable
        default List<String> getTrace()
        A stack trace for when the entry was created.

        Default: - no trace.