get Node Groups
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.
Return
A collection of values returned by getNodeGroups.
Parameters
cluster Name
Name of the cluster.
See also
suspend fun getNodeGroups(argument: suspend GetNodeGroupsPlainArgsBuilder.() -> Unit): GetNodeGroupsResult
Return
A collection of values returned by getNodeGroups.
Parameters
argument
Builder for com.pulumi.aws.eks.kotlin.inputs.GetNodeGroupsPlainArgs.