1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. emr
  5. getClusterUser
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 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
    集群ID。
    CreatedTime int
    创建时间。
    CreatorName string
    创建者用户名。
    Description string
    用户组描述。
    Id string
    Uniquely identifies the resource.
    OldPassword string
    旧的用户的登录密码。修改密码时必填。
    Password string
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    UpdatedTime int
    更新时间。
    UserGroupNames List<string>
    所属用户组名称。
    UserName string
    集群用户名。仅支持小写字母。
    ClusterId string
    集群ID。
    CreatedTime int
    创建时间。
    CreatorName string
    创建者用户名。
    Description string
    用户组描述。
    Id string
    Uniquely identifies the resource.
    OldPassword string
    旧的用户的登录密码。修改密码时必填。
    Password string
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    UpdatedTime int
    更新时间。
    UserGroupNames []string
    所属用户组名称。
    UserName string
    集群用户名。仅支持小写字母。
    clusterId String
    集群ID。
    createdTime Integer
    创建时间。
    creatorName String
    创建者用户名。
    description String
    用户组描述。
    id String
    Uniquely identifies the resource.
    oldPassword String
    旧的用户的登录密码。修改密码时必填。
    password String
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    updatedTime Integer
    更新时间。
    userGroupNames List<String>
    所属用户组名称。
    userName String
    集群用户名。仅支持小写字母。
    clusterId string
    集群ID。
    createdTime number
    创建时间。
    creatorName string
    创建者用户名。
    description string
    用户组描述。
    id string
    Uniquely identifies the resource.
    oldPassword string
    旧的用户的登录密码。修改密码时必填。
    password string
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    updatedTime number
    更新时间。
    userGroupNames string[]
    所属用户组名称。
    userName string
    集群用户名。仅支持小写字母。
    cluster_id str
    集群ID。
    created_time int
    创建时间。
    creator_name str
    创建者用户名。
    description str
    用户组描述。
    id str
    Uniquely identifies the resource.
    old_password str
    旧的用户的登录密码。修改密码时必填。
    password str
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    updated_time int
    更新时间。
    user_group_names Sequence[str]
    所属用户组名称。
    user_name str
    集群用户名。仅支持小写字母。
    clusterId String
    集群ID。
    createdTime Number
    创建时间。
    creatorName String
    创建者用户名。
    description String
    用户组描述。
    id String
    Uniquely identifies the resource.
    oldPassword String
    旧的用户的登录密码。修改密码时必填。
    password String
    新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
    updatedTime Number
    更新时间。
    userGroupNames List<String>
    所属用户组名称。
    userName String
    集群用户名。仅支持小写字母。

    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.28
    published on Thursday, Mar 26, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.