ServerlessKubernetesArgs

constructor(addons: Output<List<ServerlessKubernetesAddonArgs>>? = null, clientCert: Output<String>? = null, clientKey: Output<String>? = null, clusterCaCert: Output<String>? = null, clusterSpec: Output<String>? = null, customSan: Output<String>? = null, deleteOptions: Output<List<ServerlessKubernetesDeleteOptionArgs>>? = null, deletionProtection: Output<Boolean>? = null, enableRrsa: Output<Boolean>? = null, endpointPublicAccessEnabled: Output<Boolean>? = null, kubeConfig: Output<String>? = null, loadBalancerSpec: Output<String>? = null, loggingType: Output<String>? = null, maintenanceWindow: Output<ServerlessKubernetesMaintenanceWindowArgs>? = null, name: Output<String>? = null, namePrefix: Output<String>? = null, newNatGateway: Output<Boolean>? = null, operationPolicy: Output<ServerlessKubernetesOperationPolicyArgs>? = null, privateZone: Output<Boolean>? = null, resourceGroupId: Output<String>? = null, retainResources: Output<List<String>>? = null, securityGroupId: Output<String>? = null, serviceCidr: Output<String>? = null, serviceDiscoveryTypes: Output<List<String>>? = null, slsProjectName: Output<String>? = null, tags: Output<Map<String, String>>? = null, timeZone: Output<String>? = null, version: Output<String>? = null, vpcId: Output<String>? = null, vswitchIds: Output<List<String>>? = null, zoneId: Output<String>? = null)