1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. emr
  5. getClusterUserGroup
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::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
    集群ID。
    Description string
    用户组描述。
    Id string
    Uniquely identifies the resource.
    Members List<string>
    用户组成员。不支持操作特殊用户,如admin等。
    UserGroupName string
    用户组名称。
    ClusterId string
    集群ID。
    Description string
    用户组描述。
    Id string
    Uniquely identifies the resource.
    Members []string
    用户组成员。不支持操作特殊用户,如admin等。
    UserGroupName string
    用户组名称。
    clusterId String
    集群ID。
    description String
    用户组描述。
    id String
    Uniquely identifies the resource.
    members List<String>
    用户组成员。不支持操作特殊用户,如admin等。
    userGroupName String
    用户组名称。
    clusterId string
    集群ID。
    description string
    用户组描述。
    id string
    Uniquely identifies the resource.
    members string[]
    用户组成员。不支持操作特殊用户,如admin等。
    userGroupName string
    用户组名称。
    cluster_id str
    集群ID。
    description str
    用户组描述。
    id str
    Uniquely identifies the resource.
    members Sequence[str]
    用户组成员。不支持操作特殊用户,如admin等。
    user_group_name str
    用户组名称。
    clusterId String
    集群ID。
    description String
    用户组描述。
    id String
    Uniquely identifies the resource.
    members List<String>
    用户组成员。不支持操作特殊用户,如admin等。
    userGroupName 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.