Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
Data Source schema for Byteplus::EMR::ClusterUserGroup
Using getClusterUserGroup
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 getClusterUserGroup(args: GetClusterUserGroupArgs, opts?: InvokeOptions): Promise<GetClusterUserGroupResult>
function getClusterUserGroupOutput(args: GetClusterUserGroupOutputArgs, opts?: InvokeOptions): Output<GetClusterUserGroupResult>def get_cluster_user_group(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterUserGroupResult
def get_cluster_user_group_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterUserGroupResult]func LookupClusterUserGroup(ctx *Context, args *LookupClusterUserGroupArgs, opts ...InvokeOption) (*LookupClusterUserGroupResult, error)
func LookupClusterUserGroupOutput(ctx *Context, args *LookupClusterUserGroupOutputArgs, opts ...InvokeOption) LookupClusterUserGroupResultOutput> Note: This function is named LookupClusterUserGroup in the Go SDK.
public static class GetClusterUserGroup
{
public static Task<GetClusterUserGroupResult> InvokeAsync(GetClusterUserGroupArgs args, InvokeOptions? opts = null)
public static Output<GetClusterUserGroupResult> Invoke(GetClusterUserGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterUserGroupResult> getClusterUserGroup(GetClusterUserGroupArgs args, InvokeOptions options)
public static Output<GetClusterUserGroupResult> getClusterUserGroup(GetClusterUserGroupArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:emr/getClusterUserGroup:getClusterUserGroup
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.
getClusterUserGroup Result
The following output properties are available:
- Cluster
Id string - Cluster ID.
- Description string
- User group description.
- Id string
- Uniquely identifies the resource.
- Members List<string>
- Operations on special users, such as admin, are not supported.
- User
Group stringName - User group name.
- Cluster
Id string - Cluster ID.
- Description string
- User group description.
- Id string
- Uniquely identifies the resource.
- Members []string
- Operations on special users, such as admin, are not supported.
- User
Group stringName - User group name.
- cluster
Id String - Cluster ID.
- description String
- User group description.
- id String
- Uniquely identifies the resource.
- members List<String>
- Operations on special users, such as admin, are not supported.
- user
Group StringName - User group name.
- cluster
Id string - Cluster ID.
- description string
- User group description.
- id string
- Uniquely identifies the resource.
- members string[]
- Operations on special users, such as admin, are not supported.
- user
Group stringName - User group name.
- cluster_
id str - Cluster ID.
- description str
- User group description.
- id str
- Uniquely identifies the resource.
- members Sequence[str]
- Operations on special users, such as admin, are not supported.
- user_
group_ strname - User group name.
- cluster
Id String - Cluster ID.
- description String
- User group description.
- id String
- Uniquely identifies the resource.
- members List<String>
- Operations on special users, such as admin, are not supported.
- user
Group StringName - User group name.
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.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
