Serverless Kubernetes Args
fun ServerlessKubernetesArgs(addons: Output<List<ServerlessKubernetesAddonArgs>>? = null, clientCert: Output<String>? = null, clientKey: Output<String>? = null, clusterCaCert: Output<String>? = null, clusterSpec: Output<String>? = null, createV2Cluster: Output<Boolean>? = null, deletionProtection: Output<Boolean>? = null, enableRrsa: Output<Boolean>? = null, endpointPublicAccessEnabled: Output<Boolean>? = null, forceUpdate: Output<Boolean>? = null, kubeConfig: Output<String>? = null, loadBalancerSpec: Output<String>? = null, loggingType: Output<String>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, newNatGateway: Output<Boolean>? = null, privateZone: Output<Boolean>? = null, resourceGroupId: Output<String>? = null, retainResources: Output<List<String>>? = null, rrsaMetadata: Output<ServerlessKubernetesRrsaMetadataArgs>? = null, securityGroupId: Output<String>? = null, serviceCidr: Output<String>? = null, serviceDiscoveryTypes: Output<List<String>>? = null, slsProjectName: Output<String>? = null, tags: Output<Map<String, Any>>? = null, timeZone: Output<String>? = null, version: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null, vswitchIds: Output<List<String>>? = null, zoneId: Output<String>? = null)