AWS::Batch::JobDefinition FargatePlatformConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Batch::JobDefinition FargatePlatformConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PlatformVersion" : String }

YAML

PlatformVersion: String

Properties

PlatformVersion

The Amazon 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 Amazon Fargate platform for compute resources. For more information, see Amazon Fargate platform versions in the Amazon Elastic Container Service Developer Guide.

Required: No

Type: String

Update requires: No interruption