1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. emr
  5. getClusterUser
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine

    Data Source schema for Volcengine::EMR::ClusterUser

    Using getClusterUser

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getClusterUser(args: GetClusterUserArgs, opts?: InvokeOptions): Promise<GetClusterUserResult>
    function getClusterUserOutput(args: GetClusterUserOutputArgs, opts?: InvokeOptions): Output<GetClusterUserResult>
    def get_cluster_user(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetClusterUserResult
    def get_cluster_user_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetClusterUserResult]
    func LookupClusterUser(ctx *Context, args *LookupClusterUserArgs, opts ...InvokeOption) (*LookupClusterUserResult, error)
    func LookupClusterUserOutput(ctx *Context, args *LookupClusterUserOutputArgs, opts ...InvokeOption) LookupClusterUserResultOutput

    > Note: This function is named LookupClusterUser in the Go SDK.

    public static class GetClusterUser 
    {
        public static Task<GetClusterUserResult> InvokeAsync(GetClusterUserArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterUserResult> Invoke(GetClusterUserInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterUserResult> getClusterUser(GetClusterUserArgs args, InvokeOptions options)
    public static Output<GetClusterUserResult> getClusterUser(GetClusterUserArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:emr/getClusterUser:getClusterUser
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getClusterUser Result

    The following output properties are available:

    ClusterId string
    Cluster ID.
    CreatedTime int
    Creation time.
    CreatorName string
    Creator username.
    Description string
    User group description.
    Id string
    Uniquely identifies the resource.
    OldPassword string
    Old user login password. Required when changing password.
    Password string
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    UpdatedTime int
    Last updated time.
    UserGroupNames List<string>
    User group name.
    UserName string
    Cluster username. Only lowercase letters are supported.
    ClusterId string
    Cluster ID.
    CreatedTime int
    Creation time.
    CreatorName string
    Creator username.
    Description string
    User group description.
    Id string
    Uniquely identifies the resource.
    OldPassword string
    Old user login password. Required when changing password.
    Password string
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    UpdatedTime int
    Last updated time.
    UserGroupNames []string
    User group name.
    UserName string
    Cluster username. Only lowercase letters are supported.
    clusterId String
    Cluster ID.
    createdTime Integer
    Creation time.
    creatorName String
    Creator username.
    description String
    User group description.
    id String
    Uniquely identifies the resource.
    oldPassword String
    Old user login password. Required when changing password.
    password String
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    updatedTime Integer
    Last updated time.
    userGroupNames List<String>
    User group name.
    userName String
    Cluster username. Only lowercase letters are supported.
    clusterId string
    Cluster ID.
    createdTime number
    Creation time.
    creatorName string
    Creator username.
    description string
    User group description.
    id string
    Uniquely identifies the resource.
    oldPassword string
    Old user login password. Required when changing password.
    password string
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    updatedTime number
    Last updated time.
    userGroupNames string[]
    User group name.
    userName string
    Cluster username. Only lowercase letters are supported.
    cluster_id str
    Cluster ID.
    created_time int
    Creation time.
    creator_name str
    Creator username.
    description str
    User group description.
    id str
    Uniquely identifies the resource.
    old_password str
    Old user login password. Required when changing password.
    password str
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    updated_time int
    Last updated time.
    user_group_names Sequence[str]
    User group name.
    user_name str
    Cluster username. Only lowercase letters are supported.
    clusterId String
    Cluster ID.
    createdTime Number
    Creation time.
    creatorName String
    Creator username.
    description String
    User group description.
    id String
    Uniquely identifies the resource.
    oldPassword String
    Old user login password. Required when changing password.
    password String
    New user login password. Password must be 8–20 characters long, support numbers, letters, -, _, and contain at least one number and one letter.
    updatedTime Number
    Last updated time.
    userGroupNames List<String>
    User group name.
    userName String
    Cluster username. Only lowercase letters are supported.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.29
    published on Thursday, Apr 2, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.