Interface CfnJobDefinition.FargatePlatformConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnJobDefinition.FargatePlatformConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnJobDefinition

@Stability(Stable) public static interface CfnJobDefinition.FargatePlatformConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The platform configuration for jobs that are running on Fargate resources.

Jobs that run on EC2 resources must not specify this parameter.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.batch.*;
 FargatePlatformConfigurationProperty fargatePlatformConfigurationProperty = FargatePlatformConfigurationProperty.builder()
         .platformVersion("platformVersion")
         .build();