Viewing docs for bytepluscc v0.0.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc:emr/getClusterUser:getClusterUser
arguments:
# arguments dictionaryThe 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:
- Cluster
Id string - 集群ID。
- Created
Time int - 创建时间。
- Creator
Name string - 创建者用户名。
- Description string
- 用户组描述。
- Id string
- Uniquely identifies the resource.
- Old
Password string - 旧的用户的登录密码。修改密码时必填。
- Password string
- 新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
- Updated
Time int - 更新时间。
- User
Group List<string>Names - 所属用户组名称。
- User
Name string - 集群用户名。仅支持小写字母。
- Cluster
Id string - 集群ID。
- Created
Time int - 创建时间。
- Creator
Name string - 创建者用户名。
- Description string
- 用户组描述。
- Id string
- Uniquely identifies the resource.
- Old
Password string - 旧的用户的登录密码。修改密码时必填。
- Password string
- 新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
- Updated
Time int - 更新时间。
- User
Group []stringNames - 所属用户组名称。
- User
Name string - 集群用户名。仅支持小写字母。
- cluster
Id String - 集群ID。
- created
Time Integer - 创建时间。
- creator
Name String - 创建者用户名。
- description String
- 用户组描述。
- id String
- Uniquely identifies the resource.
- old
Password String - 旧的用户的登录密码。修改密码时必填。
- password String
- 新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
- updated
Time Integer - 更新时间。
- user
Group List<String>Names - 所属用户组名称。
- user
Name String - 集群用户名。仅支持小写字母。
- cluster
Id string - 集群ID。
- created
Time number - 创建时间。
- creator
Name string - 创建者用户名。
- description string
- 用户组描述。
- id string
- Uniquely identifies the resource.
- old
Password string - 旧的用户的登录密码。修改密码时必填。
- password string
- 新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
- updated
Time number - 更新时间。
- user
Group string[]Names - 所属用户组名称。
- user
Name 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_ Sequence[str]names - 所属用户组名称。
- user_
name str - 集群用户名。仅支持小写字母。
- cluster
Id String - 集群ID。
- created
Time Number - 创建时间。
- creator
Name String - 创建者用户名。
- description String
- 用户组描述。
- id String
- Uniquely identifies the resource.
- old
Password String - 旧的用户的登录密码。修改密码时必填。
- password String
- 新的用户的登录密码。密码的长度需在8-20个字符之间,支持数字,字母,-,_ 且 至少包含1个数字和1个字母。
- updated
Time Number - 更新时间。
- user
Group List<String>Names - 所属用户组名称。
- user
Name String - 集群用户名。仅支持小写字母。
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.20
published on Thursday, Mar 26, 2026 by Byteplus
published on Thursday, Mar 26, 2026 by Byteplus
