Class User

  • All Implemented Interfaces:
    ISubject, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
               date="2023-01-26T02:32:34.933Z")
    @Stability(Stable)
    public class User
    extends software.constructs.Construct
    implements ISubject
    Represents a user.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected User​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)  
      protected User​(software.amazon.jsii.JsiiObjectRef objRef)  
    • Constructor Detail

      • User

        protected User​(software.amazon.jsii.JsiiObjectRef objRef)
      • User

        protected User​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • Method Detail

      • fromName

        @Stability(Stable)
        @NotNull
        public static User fromName​(@NotNull
                                    software.constructs.Construct scope,
                                    @NotNull
                                    String id,
                                    @NotNull
                                    String name)
        Reference a user in the cluster by name.

        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        name - This parameter is required.
      • getKind

        @Stability(Stable)
        @NotNull
        public String getKind()
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getApiGroup

        @Stability(Stable)
        @Nullable
        public String getApiGroup()