Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data Compatibility Source #
Compatibility information.
See: newCompatibility
smart constructor.
Compatibility' | |
|
Instances
newCompatibility :: Compatibility Source #
Create a value of Compatibility
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:defaultVersion:Compatibility'
, compatibility_defaultVersion
- The supported default version.
$sel:clusterVersion:Compatibility'
, compatibility_clusterVersion
- The supported Kubernetes version of the cluster.
$sel:platformVersions:Compatibility'
, compatibility_platformVersions
- The supported compute platform.
compatibility_defaultVersion :: Lens' Compatibility (Maybe Bool) Source #
The supported default version.
compatibility_clusterVersion :: Lens' Compatibility (Maybe Text) Source #
The supported Kubernetes version of the cluster.
compatibility_platformVersions :: Lens' Compatibility (Maybe [Text]) Source #
The supported compute platform.