runtimePlatform

@JvmName(name = "yggaikjsmqslkjfx")
suspend fun runtimePlatform(value: Output<RuntimePlatformArgs>)
@JvmName(name = "iecpivqccjggysir")
suspend fun runtimePlatform(value: RuntimePlatformArgs?)

Parameters

value

The operating system that your tasks definitions run on. A platform family is specified only for tasks using the Fargate launch type. When you specify a task definition in a service, this value must match the `runtimePlatform` value of the service. 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.


@JvmName(name = "axyeafinqsmdwyxm")
suspend fun runtimePlatform(argument: suspend RuntimePlatformArgsBuilder.() -> Unit)

Parameters

argument

The operating system that your tasks definitions run on. A platform family is specified only for tasks using the Fargate launch type. When you specify a task definition in a service, this value must match the `runtimePlatform` value of the service. 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.