resources

@JvmName(name = "govcwovebitqegdj")
suspend fun resources(value: Output<JobDefinitionEksContainerResourceRequirementsArgs>)
@JvmName(name = "affvdvnbaumxbhny")
suspend fun resources(value: JobDefinitionEksContainerResourceRequirementsArgs?)

Parameters

value

The type and amount of resources to assign to a container. The supported resources include memory , cpu , and nvidia.com/gpu . For more information, see Resource management for pods and containers in the Kubernetes documentation .


@JvmName(name = "ogrloddojnkmlube")
suspend fun resources(argument: suspend JobDefinitionEksContainerResourceRequirementsArgsBuilder.() -> Unit)

Parameters

argument

The type and amount of resources to assign to a container. The supported resources include memory , cpu , and nvidia.com/gpu . For more information, see Resource management for pods and containers in the Kubernetes documentation .