libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMRContainers.Types.ContainerProvider

Description

 
Synopsis

Documentation

data ContainerProvider Source #

The information about the container provider.

See: newContainerProvider smart constructor.

Constructors

ContainerProvider' 

Fields

Instances

Instances details
Eq ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

Read ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

Show ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

Generic ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

Associated Types

type Rep ContainerProvider :: Type -> Type #

NFData ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

Methods

rnf :: ContainerProvider -> () #

Hashable ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

ToJSON ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

FromJSON ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

type Rep ContainerProvider Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerProvider

type Rep ContainerProvider = D1 ('MetaData "ContainerProvider" "Amazonka.EMRContainers.Types.ContainerProvider" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "ContainerProvider'" 'PrefixI 'True) (S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerInfo)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContainerProviderType) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContainerProvider Source #

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.