class Aws::EKS::Types::DeleteAddonRequest
@note When making an API call, you may pass DeleteAddonRequest
data as a hash: { cluster_name: "ClusterName", # required addon_name: "String", # required preserve: false, }
@!attribute [rw] cluster_name
The name of the cluster to delete the add-on from. @return [String]
@!attribute [rw] addon_name
The name of the add-on. The name must match one of the names returned by [ `ListAddons` ][1]. [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html @return [String]
@!attribute [rw] preserve
Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it is not removed. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddonRequest AWS API Documentation
Constants
- SENSITIVE