NAME

Paws::EKS::Addon

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::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

DESCRIPTION

An Amazon EKS add-on.

ATTRIBUTES

AddonArn => Str

The Amazon Resource Name (ARN) of the add-on.

AddonName => Str

The name of the add-on.

AddonVersion => Str

The version of the add-on.

ClusterName => Str

The name of the cluster.

CreatedAt => Str

The date and time that the add-on was created.

Health => Paws::EKS::AddonHealth

An object that represents the health of the add-on.

ModifiedAt => Str

The date and time that the add-on was last modified.

ServiceAccountRoleArn => Str

The Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used by the add-on.

Status => Str

The status of the add-on.

Tags => Paws::EKS::TagMap

The 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 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