| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.NodegroupResources
Description
Documentation
data NodegroupResources Source #
An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
See: newNodegroupResources smart constructor.
Constructors
| NodegroupResources' | |
Fields
| |
Instances
newNodegroupResources :: NodegroupResources Source #
Create a value of NodegroupResources with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoScalingGroups:NodegroupResources', nodegroupResources_autoScalingGroups - The Auto Scaling groups associated with the node group.
$sel:remoteAccessSecurityGroup:NodegroupResources', nodegroupResources_remoteAccessSecurityGroup - The remote access security group associated with the node group. This
security group controls SSH access to the nodes.
nodegroupResources_autoScalingGroups :: Lens' NodegroupResources (Maybe [AutoScalingGroup]) Source #
The Auto Scaling groups associated with the node group.
nodegroupResources_remoteAccessSecurityGroup :: Lens' NodegroupResources (Maybe Text) Source #
The remote access security group associated with the node group. This security group controls SSH access to the nodes.