1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. emr
  5. getClusterUserGroup
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::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: volcenginecc:emr/getClusterUserGroup:getClusterUserGroup
      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.

    getClusterUserGroup Result

    The following output properties are available:

    ClusterId 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.
    UserGroupName string
    User group name.
    ClusterId 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.
    UserGroupName string
    User group name.
    clusterId 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.
    userGroupName String
    User group name.
    clusterId 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.
    userGroupName string
    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_name str
    User group name.
    clusterId 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.
    userGroupName String
    User group name.

    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.