![]() |
![]()
| ![]() |
![]()
NAMEPaws::EKS::Nodegroup USAGEThis 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 DESCRIPTIONAn object representing an Amazon EKS managed node group. ATTRIBUTESAmiType => StrIf the node group was deployed using a launch template with a custom AMI, then this is "CUSTOM". For node groups that weren't deployed using a launch template, this is the AMI type that was specified in the node group configuration. CapacityType => StrThe capacity type of your managed node group. ClusterName => StrThe name of the cluster that the managed node group resides in. CreatedAt => StrThe Unix epoch timestamp in seconds for when the managed node group was created. DiskSize => IntIf the node group wasn't deployed with a launch template, then this is the disk size in the node group configuration. If the node group was deployed with a launch template, then this is "null". Health => Paws::EKS::NodegroupHealthThe health status of the node group. If there are issues with your node group's health, they are listed here. InstanceTypes => ArrayRef[Str|Undef]If the node group wasn't deployed with a launch template, then this is the instance type that is associated with the node group. If the node group was deployed with a launch template, then this is "null". Labels => Paws::EKS::LabelsMapThe 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. LaunchTemplate => Paws::EKS::LaunchTemplateSpecificationIf a launch template was used to create the node group, then this is the launch template that was used. ModifiedAt => StrThe Unix epoch timestamp in seconds for when the managed node group was last modified. NodegroupArn => StrThe Amazon Resource Name (ARN) associated with the managed node group. NodegroupName => StrThe name associated with an Amazon EKS managed node group. NodeRole => StrThe IAM role associated with your node group. The Amazon EKS node "kubelet" daemon makes calls to AWS APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. ReleaseVersion => StrIf the node group was deployed using a launch template with a custom AMI, then this is the AMI ID that was specified in the launch template. For node groups that weren't deployed using a launch template, this is the version of the Amazon EKS optimized AMI that the node group was deployed with. RemoteAccess => Paws::EKS::RemoteAccessConfigIf the node group wasn't deployed with a launch template, then this is the remote access configuration that is associated with the node group. If the node group was deployed with a launch template, then this is "null". Resources => Paws::EKS::NodegroupResourcesThe resources associated with the node group, such as Auto Scaling groups and security groups for remote access. ScalingConfig => Paws::EKS::NodegroupScalingConfigThe scaling configuration details for the Auto Scaling group that is associated with your node group. Status => StrThe current status of the managed node group. Subnets => ArrayRef[Str|Undef]The subnets that were specified for the Auto Scaling group that is associated with your node group. Tags => Paws::EKS::TagMapThe 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. Taints => ArrayRef[Paws::EKS::Taint]The Kubernetes taints to be applied to the nodes in the node group when they are created. Effect is one of "NoSchedule", "PreferNoSchedule", or "NoExecute". Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. UpdateConfig => Paws::EKS::NodegroupUpdateConfigVersion => StrThe Kubernetes version of the managed node group. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EKS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|