Interface MetadataEntry

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

    @Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
               date="2024-09-18T12:13:36.923Z")
    @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.