Task Definition Runtime Platform Args
data class TaskDefinitionRuntimePlatformArgs(val cpuArchitecture: Output<String>? = null, val operatingSystemFamily: Output<String>? = null) : ConvertibleToJava<TaskDefinitionRuntimePlatformArgs>
Information about the platform for the Amazon ECS service or task. For more information about `RuntimePlatform`
, see RuntimePlatform in the Amazon Elastic Container Service Developer Guide.