JobDefinitionEksContainerResourceRequirementsArgs

data class JobDefinitionEksContainerResourceRequirementsArgs(val limits: Output<Map<String, String>>? = null, val requests: Output<Map<String, String>>? = null) : ConvertibleToJava<JobDefinitionEksContainerResourceRequirementsArgs>

Constructors

constructor(limits: Output<Map<String, String>>? = null, requests: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val limits: Output<Map<String, String>>? = null

The type and quantity of the resources to reserve for the container. The values vary based on the name that's specified. Resources can be requested using either the limits or the requests objects.

Link copied to clipboard
val requests: Output<Map<String, String>>? = null

The type and quantity of the resources to request for the container. The values vary based on the name that's specified. Resources can be requested by using either the limits or the requests objects.

Functions

Link copied to clipboard
open override fun toJava(): JobDefinitionEksContainerResourceRequirementsArgs