Interface RoleRef

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

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.809Z")
    @Stability(Stable)
    public interface RoleRef
    extends software.amazon.jsii.JsiiSerializable
    RoleRef contains information that points to the role being used.
    • Method Detail

      • getApiGroup

        @Stability(Stable)
        @NotNull
        String getApiGroup()
        APIGroup is the group for the resource being referenced.
      • getKind

        @Stability(Stable)
        @NotNull
        String getKind()
        Kind is the type of resource being referenced.
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name is the name of resource being referenced.