availableMemory

@JvmName(name = "stkajwhhndwaurbv")
suspend fun availableMemory(value: Output<String>)
@JvmName(name = "ixvdcbttxwtansia")
suspend fun availableMemory(value: String?)

Parameters

value

The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.