Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Plural Data Source schema for Volcengine::EMR::NodeGroup
Using getNodeGroups
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 getNodeGroups(opts?: InvokeOptions): Promise<GetNodeGroupsResult>
function getNodeGroupsOutput(opts?: InvokeOptions): Output<GetNodeGroupsResult>def get_node_groups(opts: Optional[InvokeOptions] = None) -> GetNodeGroupsResult
def get_node_groups_output(opts: Optional[InvokeOptions] = None) -> Output[GetNodeGroupsResult]func GetNodeGroups(ctx *Context, opts ...InvokeOption) (*GetNodeGroupsResult, error)
func GetNodeGroupsOutput(ctx *Context, opts ...InvokeOption) GetNodeGroupsResultOutput> Note: This function is named GetNodeGroups in the Go SDK.
public static class GetNodeGroups
{
public static Task<GetNodeGroupsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetNodeGroupsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetNodeGroupsResult> getNodeGroups(InvokeOptions options)
public static Output<GetNodeGroupsResult> getNodeGroups(InvokeOptions options)
fn::invoke:
function: volcenginecc:emr/getNodeGroups:getNodeGroups
arguments:
# arguments dictionarygetNodeGroups Result
The following output properties are available:
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.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
