ephemeralStorage

@JvmName(name = "vkomevaudyvycvrq")
suspend fun ephemeralStorage(value: Output<EphemeralStorageArgs>)
@JvmName(name = "rtjjderxqxcivtko")
suspend fun ephemeralStorage(value: EphemeralStorageArgs?)

Parameters

value

The ephemeral storage settings to use for tasks run with the task definition. The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on FARGATElong. For more information, see Using data volumes in tasks in the Amazon ECS Developer Guide;. For tasks using the Fargate launch type, the task requires the following platforms: + Linux platform version `1.4.0` or later. + Windows platform version `1.0.0` or later.


@JvmName(name = "elmwipsqotoqmfht")
suspend fun ephemeralStorage(argument: suspend EphemeralStorageArgsBuilder.() -> Unit)

Parameters

argument

The ephemeral storage settings to use for tasks run with the task definition. The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on FARGATElong. For more information, see Using data volumes in tasks in the Amazon ECS Developer Guide;. For tasks using the Fargate launch type, the task requires the following platforms: + Linux platform version `1.4.0` or later. + Windows platform version `1.0.0` or later.