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 |
Synopsis
- data ContainerProvider = ContainerProvider' {}
- newContainerProvider :: ContainerProviderType -> Text -> ContainerProvider
- containerProvider_info :: Lens' ContainerProvider (Maybe ContainerInfo)
- containerProvider_type :: Lens' ContainerProvider ContainerProviderType
- containerProvider_id :: Lens' ContainerProvider Text
Documentation
data ContainerProvider Source #
The information about the container provider.
See: newContainerProvider
smart constructor.
ContainerProvider' | |
|
Instances
Create a value of ContainerProvider
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:info:ContainerProvider'
, containerProvider_info
- The information about the container cluster.
$sel:type':ContainerProvider'
, containerProvider_type
- The type of the container provider. EKS is the only supported type as of
now.
$sel:id:ContainerProvider'
, containerProvider_id
- The ID of the container cluster.
containerProvider_info :: Lens' ContainerProvider (Maybe ContainerInfo) Source #
The information about the container cluster.
containerProvider_type :: Lens' ContainerProvider ContainerProviderType Source #
The type of the container provider. EKS is the only supported type as of now.
containerProvider_id :: Lens' ContainerProvider Text Source #
The ID of the container cluster.