Healthcheck Args
constructor(address: Output<String>? = null, allowInsecure: Output<Boolean>? = null, checkRegions: Output<List<String>>? = null, consecutiveFails: Output<Int>? = null, consecutiveSuccesses: Output<Int>? = null, description: Output<String>? = null, expectedBody: Output<String>? = null, expectedCodes: Output<List<String>>? = null, followRedirects: Output<Boolean>? = null, headers: Output<List<HealthcheckHeaderArgs>>? = null, interval: Output<Int>? = null, method: Output<String>? = null, name: Output<String>? = null, path: Output<String>? = null, port: Output<Int>? = null, retries: Output<Int>? = null, suspended: Output<Boolean>? = null, timeout: Output<Int>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)