Values.NodegroupResourcesSourceAn object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
type nonrec t = {autoScalingGroups : AutoScalingGroupList.t option;The Auto Scaling groups associated with the node group.
*)remoteAccessSecurityGroup : String_.t option;The remote access security group associated with the node group. This security group controls SSH access to the nodes.
*)}