NAME
Paws::EKS::Nodegroup
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EKS::Nodegroup object:
$service_obj->Method(Att1 => { AmiType => $value, ..., Version => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EKS::Nodegroup object:
$result = $service_obj->Method(...);
$result->Att1->AmiType
DESCRIPTION
An object representing an Amazon EKS managed node group.
ATTRIBUTES
AmiType => Str
The AMI type associated with your node group. GPU instance types should use the AL2_x86_64_GPU AMI type, which uses the Amazon EKS-optimized Linux AMI with GPU support. Non-GPU instances should use the AL2_x86_64 AMI type, which uses the Amazon EKS-optimized Linux AMI.
ClusterName => Str
The name of the cluster that the managed node group resides in.
CreatedAt => Str
The Unix epoch timestamp in seconds for when the managed node group was created.
DiskSize => Int
The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB.
Health => Paws::EKS::NodegroupHealth
The health status of the node group. If there are issues with your node group's health, they are listed here.
InstanceTypes => ArrayRef[Str|Undef]
The instance types associated with your node group.
Labels => Paws::EKS::LabelsMap
The Kubernetes labels applied to the nodes in the node group.
Only labels that are applied with the Amazon EKS API are shown here. There may be other Kubernetes labels applied to the nodes in this group.
ModifiedAt => Str
The Unix epoch timestamp in seconds for when the managed node group was last modified.
NodegroupArn => Str
The Amazon Resource Name (ARN) associated with the managed node group.
NodegroupName => Str
The name associated with an Amazon EKS managed node group.
NodeRole => Str
The IAM role associated with your node group. The Amazon EKS worker node kubelet daemon makes calls to AWS APIs on your behalf. Worker nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch worker nodes and register them into a cluster, you must create an IAM role for those worker nodes to use when they are launched. For more information, see Amazon EKS Worker Node IAM Role (https://docs.aws.amazon.com/eks/latest/userguide/worker_node_IAM_role.html) in the Amazon EKS User Guide .
ReleaseVersion => Str
The AMI version of the managed node group. For more information, see Amazon EKS-Optimized Linux AMI Versions (https://docs.aws.amazon.com/eks/latest/userguide/eks-linux-ami-versions.html) in the Amazon EKS User Guide.
RemoteAccess => Paws::EKS::RemoteAccessConfig
The remote access (SSH) configuration that is associated with the node group.
Resources => Paws::EKS::NodegroupResources
The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
ScalingConfig => Paws::EKS::NodegroupScalingConfig
The scaling configuration details for the Auto Scaling group that is associated with your node group.
Status => Str
The current status of the managed node group.
Subnets => ArrayRef[Str|Undef]
The subnets allowed for the Auto Scaling group that is associated with your node group. These subnets must have the following tag: kubernetes.io/cluster/CLUSTER_NAME, where CLUSTER_NAME is replaced with the name of your cluster.
Tags => Paws::EKS::TagMap
The metadata applied to the node group to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Node group tags do not propagate to any other resources associated with the node group, such as the Amazon EC2 instances or subnets.
Version => Str
The Kubernetes version of the managed node group.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EKS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues