scope

@JvmName(name = "wbnabgnpovuksmqx")
suspend fun scope(value: Output<String>)
@JvmName(name = "jpojqdcxbusflvlh")
suspend fun scope(value: String?)

Parameters

value

Scope for the Docker volume, which determines its lifecycle, either task or shared. Docker volumes that are scoped to a task are automatically provisioned when the task starts and destroyed when the task stops. Docker volumes that are scoped as shared persist after the task stops.