Interface RoleRef

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.860Z")
    @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.