RegistryTaskAgentSettingArgs

data class RegistryTaskAgentSettingArgs(val cpu: Output<Int>) : ConvertibleToJava<RegistryTaskAgentSettingArgs>

Constructors

Link copied to clipboard
constructor(cpu: Output<Int>)

Properties

Link copied to clipboard
val cpu: Output<Int>

The number of cores required for the Container Registry Task. Possible value is 2.

Functions

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