Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
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 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 - Cluster ID.
- Created
Time int - Creation time.
- Creator
Name string - Creator username.
- Description string
- User group description.
- Id string
- Uniquely identifies the resource.
- Old
Password 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.
- Updated
Time int - Last updated time.
- User
Group List<string>Names - User group name.
- User
Name string - Cluster username. Only lowercase letters are supported.
- Cluster
Id string - Cluster ID.
- Created
Time int - Creation time.
- Creator
Name string - Creator username.
- Description string
- User group description.
- Id string
- Uniquely identifies the resource.
- Old
Password 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.
- Updated
Time int - Last updated time.
- User
Group []stringNames - User group name.
- User
Name string - Cluster username. Only lowercase letters are supported.
- cluster
Id String - Cluster ID.
- created
Time Integer - Creation time.
- creator
Name String - Creator username.
- description String
- User group description.
- id String
- Uniquely identifies the resource.
- old
Password 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.
- updated
Time Integer - Last updated time.
- user
Group List<String>Names - User group name.
- user
Name String - Cluster username. Only lowercase letters are supported.
- cluster
Id string - Cluster ID.
- created
Time number - Creation time.
- creator
Name string - Creator username.
- description string
- User group description.
- id string
- Uniquely identifies the resource.
- old
Password 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.
- updated
Time number - Last updated time.
- user
Group string[]Names - User group name.
- user
Name 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_ Sequence[str]names - User group name.
- user_
name str - Cluster username. Only lowercase letters are supported.
- cluster
Id String - Cluster ID.
- created
Time Number - Creation time.
- creator
Name String - Creator username.
- description String
- User group description.
- id String
- Uniquely identifies the resource.
- old
Password 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.
- updated
Time Number - Last updated time.
- user
Group List<String>Names - User group name.
- user
Name 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
published on Thursday, Apr 2, 2026 by Volcengine
