getNodeGroups

Retrieve the EKS Node Groups associated with a named EKS cluster. This will allow you to pass a list of Node Group names to other resources.

Example Usage

No Java example available.

Return

A collection of values returned by getNodeGroups.

Parameters

argument

A collection of arguments for invoking getNodeGroups.


suspend fun getNodeGroups(clusterName: String): GetNodeGroupsResult

Return

A collection of values returned by getNodeGroups.

Parameters

clusterName

Name of the cluster.

See also


Return

A collection of values returned by getNodeGroups.

Parameters

argument

Builder for com.pulumi.aws.eks.kotlin.inputs.GetNodeGroupsPlainArgs.

See also