libZSservicesZSamazonka-batchZSamazonka-batch
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.Batch.Types.FargatePlatformConfiguration

Description

 
Synopsis

Documentation

data FargatePlatformConfiguration Source #

The platform configuration for jobs that are running on Fargate resources. Jobs that run on EC2 resources must not specify this parameter.

See: newFargatePlatformConfiguration smart constructor.

Constructors

FargatePlatformConfiguration' 

Fields

  • platformVersion :: Maybe Text

    The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the LATEST platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.

Instances

Instances details
Eq FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Read FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Show FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Generic FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Associated Types

type Rep FargatePlatformConfiguration :: Type -> Type #

NFData FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

Hashable FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

ToJSON FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

FromJSON FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

type Rep FargatePlatformConfiguration Source # 
Instance details

Defined in Amazonka.Batch.Types.FargatePlatformConfiguration

type Rep FargatePlatformConfiguration = D1 ('MetaData "FargatePlatformConfiguration" "Amazonka.Batch.Types.FargatePlatformConfiguration" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "FargatePlatformConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFargatePlatformConfiguration :: FargatePlatformConfiguration Source #

Create a value of FargatePlatformConfiguration 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:platformVersion:FargatePlatformConfiguration', fargatePlatformConfiguration_platformVersion - The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the LATEST platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.

fargatePlatformConfiguration_platformVersion :: Lens' FargatePlatformConfiguration (Maybe Text) Source #

The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the LATEST platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.