Interface BoundObjectReference

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.459Z")
    @Stability(Stable)
    public interface BoundObjectReference
    extends software.amazon.jsii.JsiiSerializable
    BoundObjectReference is a reference to an object that a token is bound to.
    • Method Detail

      • getApiVersion

        @Stability(Stable)
        @Nullable
        default String getApiVersion()
        API version of the referent.
      • getKind

        @Stability(Stable)
        @Nullable
        default String getKind()
        Kind of the referent.

        Valid kinds are 'Pod' and 'Secret'.

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Name of the referent.
      • getUid

        @Stability(Stable)
        @Nullable
        default String getUid()
        UID of the referent.