Interface CfnJobDefinition.RuntimePlatformProperty

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

@Stability(Stable) public static interface CfnJobDefinition.RuntimePlatformProperty extends software.amazon.jsii.JsiiSerializable
An object that represents the compute environment architecture for AWS Batch jobs on Fargate.

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.*;
 RuntimePlatformProperty runtimePlatformProperty = RuntimePlatformProperty.builder()
         .cpuArchitecture("cpuArchitecture")
         .operatingSystemFamily("operatingSystemFamily")
         .build();
 

See Also: