Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
NodegroupResources' | |
|
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:remoteAccessSecurityGroup:NodegroupResources'
, nodegroupResources_remoteAccessSecurityGroup
- The remote access security group associated with the node group. This
security group controls SSH access to the nodes.
$sel:autoScalingGroups:NodegroupResources'
, nodegroupResources_autoScalingGroups
- 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.
nodegroupResources_autoScalingGroups :: Lens' NodegroupResources (Maybe [AutoScalingGroup]) Source #
The Auto Scaling groups associated with the node group.