Container Service Deployment Version Public Endpoint Health Check Args
data class ContainerServiceDeploymentVersionPublicEndpointHealthCheckArgs(val healthyThreshold: Output<Int>? = null, val intervalSeconds: Output<Int>? = null, val path: Output<String>? = null, val successCodes: Output<String>? = null, val timeoutSeconds: Output<Int>? = null, val unhealthyThreshold: Output<Int>? = null) : ConvertibleToJava<ContainerServiceDeploymentVersionPublicEndpointHealthCheckArgs>