Serverless Kubernetes Addon Args
data class ServerlessKubernetesAddonArgs(val config: Output<String>? = null, val disabled: Output<Boolean>? = null, val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<ServerlessKubernetesAddonArgs>
Properties
Link copied to clipboard
Name of the ACK add-on. The name must match one of the names returned by DescribeAddons.