| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.AddonInfo
Description
Synopsis
- data AddonInfo = AddonInfo' {}
- newAddonInfo :: AddonInfo
- addonInfo_addonName :: Lens' AddonInfo (Maybe Text)
- addonInfo_addonVersions :: Lens' AddonInfo (Maybe [AddonVersionInfo])
- addonInfo_marketplaceInformation :: Lens' AddonInfo (Maybe MarketplaceInformation)
- addonInfo_owner :: Lens' AddonInfo (Maybe Text)
- addonInfo_publisher :: Lens' AddonInfo (Maybe Text)
- addonInfo_type :: Lens' AddonInfo (Maybe Text)
Documentation
Information about an add-on.
See: newAddonInfo smart constructor.
Constructors
| AddonInfo' | |
Fields
| |
Instances
newAddonInfo :: AddonInfo Source #
Create a value of AddonInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:addonName:AddonInfo', addonInfo_addonName - The name of the add-on.
$sel:addonVersions:AddonInfo', addonInfo_addonVersions - An object representing information about available add-on versions and
compatible Kubernetes versions.
$sel:marketplaceInformation:AddonInfo', addonInfo_marketplaceInformation - Information about the add-on from the Amazon Web Services Marketplace.
$sel:owner:AddonInfo', addonInfo_owner - The owner of the add-on.
$sel:publisher:AddonInfo', addonInfo_publisher - The publisher of the add-on.
$sel:type':AddonInfo', addonInfo_type - The type of the add-on.
addonInfo_addonVersions :: Lens' AddonInfo (Maybe [AddonVersionInfo]) Source #
An object representing information about available add-on versions and compatible Kubernetes versions.
addonInfo_marketplaceInformation :: Lens' AddonInfo (Maybe MarketplaceInformation) Source #
Information about the add-on from the Amazon Web Services Marketplace.