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