| 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.EMRContainers.Types.ContainerProvider
Description
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.
Constructors
| ContainerProvider' | |
Fields 
  | |
Instances
Arguments
| :: ContainerProviderType | |
| -> Text | |
| -> ContainerProvider | 
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.