Task Definition Runtime Platform
data class TaskDefinitionRuntimePlatform(val cpuArchitecture: String? = null, val operatingSystemFamily: String? = null)
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.