![]() |
![]()
| ![]() |
![]()
NAMEPaws::EKS::Addon 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::Addon object: $service_obj->Method(Att1 => { AddonArn => $value, ..., Tags => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EKS::Addon object: $result = $service_obj->Method(...); $result->Att1->AddonArn DESCRIPTIONAn Amazon EKS add-on. ATTRIBUTESAddonArn => StrThe Amazon Resource Name (ARN) of the add-on. AddonName => StrThe name of the add-on. AddonVersion => StrThe version of the add-on. ClusterName => StrThe name of the cluster. CreatedAt => StrThe date and time that the add-on was created. Health => Paws::EKS::AddonHealthAn object that represents the health of the add-on. ModifiedAt => StrThe date and time that the add-on was last modified. ServiceAccountRoleArn => StrThe Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used by the add-on. Status => StrThe status of the add-on. Tags => Paws::EKS::TagMapThe metadata that you apply to the add-on to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Add-on tags do not propagate to any other resources associated with the cluster. 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>
|