Resource Limits Args
data class ResourceLimitsArgs(val cpu: Output<Double>? = null, val memoryInGB: Output<Double>? = null) : ConvertibleToJava<ResourceLimitsArgs>
This type describes the resource limits for a given container. It describes the most amount of resources a container is allowed to use before being restarted.