JobDefinitionFargatePlatformConfigurationArgs

data class JobDefinitionFargatePlatformConfigurationArgs(val platformVersion: Output<String>? = null) : ConvertibleToJava<JobDefinitionFargatePlatformConfigurationArgs>

Constructors

constructor(platformVersion: Output<String>? = null)

Properties

Link copied to clipboard
val platformVersion: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): JobDefinitionFargatePlatformConfigurationArgs