amazonka-batch-2.0: Amazon Batch SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Batch.Types.EksContainerEnvironmentVariable

Description

 
Synopsis

Documentation

data EksContainerEnvironmentVariable Source #

An environment variable.

See: newEksContainerEnvironmentVariable smart constructor.

Constructors

EksContainerEnvironmentVariable' 

Fields

Instances

Instances details
FromJSON EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

ToJSON EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

Generic EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

Associated Types

type Rep EksContainerEnvironmentVariable :: Type -> Type #

Read EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

Show EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

NFData EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

Eq EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

Hashable EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

type Rep EksContainerEnvironmentVariable Source # 
Instance details

Defined in Amazonka.Batch.Types.EksContainerEnvironmentVariable

type Rep EksContainerEnvironmentVariable = D1 ('MetaData "EksContainerEnvironmentVariable" "Amazonka.Batch.Types.EksContainerEnvironmentVariable" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "EksContainerEnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEksContainerEnvironmentVariable Source #

Create a value of EksContainerEnvironmentVariable 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:value:EksContainerEnvironmentVariable', eksContainerEnvironmentVariable_value - The value of the environment variable.

$sel:name:EksContainerEnvironmentVariable', eksContainerEnvironmentVariable_name - The name of the environment variable.