Interface ParentReferenceV1Alpha1

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.838Z")
    @Stability(Stable)
    public interface ParentReferenceV1Alpha1
    extends software.amazon.jsii.JsiiSerializable
    ParentReference describes a reference to a parent object.
    • Method Detail

      • getGroup

        @Stability(Stable)
        @Nullable
        default String getGroup()
        Group is the group of the object being referenced.
      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Name is the name of the object being referenced.
      • getNamespace

        @Stability(Stable)
        @Nullable
        default String getNamespace()
        Namespace is the namespace of the object being referenced.
      • getResource

        @Stability(Stable)
        @Nullable
        default String getResource()
        Resource is the resource of the object being referenced.
      • getUid

        @Stability(Stable)
        @Nullable
        default String getUid()
        UID is the uid of the object being referenced.